Pronounced "sync"
Cync is a simple WIP that syncs iCal files pulled from the internet to a Notion database. A goal will be to add 2-way compatibility, but from the calendar to Notion is OK for now.
2 Databases with read/write access given to the integration:
- Calendar database with:
- Text field called
Event
- Select field called
Calendar
- Date field called
Date
- Text field called
ID
- URL field called
URL
- Text field called
- Settings database with:
- Text field called
Name
- URL field called
URL
- Text field called
-
NOTION_CALENDAR_ID
- Holds the ID for the Notion database that will be acting as Notion's calendars
-
NOTION_SETTINGS_ID
- Holds settings for the integration:
- Name of the calendar
- URL of the iCal
- Holds settings for the integration:
-
NOTION_KEY
- Holds the Notion integration token
See the Notion docs for help on these variables.