Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Limitations

DerLev edited this page Jun 6, 2022 · 1 revision

Although this container is developed with the synchronization of Notion and Google Calendars in mind, there are still a few limitations to what this container is capable of. Those limitations are listed here and it's recommended to take a look at them before spinning up the container.

  1. After editing an event in Google Calendars or Notion the event has a cooldown on that platform before it can be synced again. This is to prevent endless sync loops because the app workes with last edited timestamps. Therefore it is recommended to keep your SYNC_INTERVAL at 1 because it will take the time of your sync interval for the event to be deleted from the cooldown list.
  2. Due to a limitation in the Notion Integration API it's currently not supported to delete events in Notion and syncing that deletion to Google Calendars.
  3. Currently there is no limiter on Google API calls. So keep in mind that you can only have 600 requests per user per minute.