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

Refactor full sync #42

Closed hk21702 closed 1 year ago

hk21702 commented 1 year ago

Created full sync function and deprecated the full sync global constant. Default behavior of main is now no full sync. It is now expected that if the user wishes to do a full sync that they execute the full sync function instead of main.

Also includes some minor refactoring to improve readability of the code.