hk21702 / YA-GCal-Notion-Sync-Script

Script to synchronize between a Notion database and Google Calendar both ways. Uses Google App Script.
GNU General Public License v3.0
139 stars 10 forks source link

Various fixes and performance gains #19

Closed hk21702 closed 2 years ago

hk21702 commented 2 years ago

GCal pagation modification. Modified pagation settings to reduce the likelihood of hitting API rate limits.

deprecated getPageProperty Deprecated function in reaction to Notion API changes. Overall speed of script should be much faster due to lack of need to fetch from Notion API for page properties.

archive page fix Fixed page not archiving when an event was cancelled on GCal side.