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

Implement FetchAll #11

Closed hk21702 closed 2 years ago

hk21702 commented 2 years ago

Implement URLFetchApp FetchAll for fetch functions that don't require feedback in normal operations. Should improve performance due to its async nature. Hopefully helps with issues involving too many events.