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

Deleting event in Notion doesn't delete in GCal #29

Closed tatelax closed 1 year ago

tatelax commented 1 year ago

I've tried deleting the event in Notion as well as Tagging the event as Cancelled/Removed. The event doesn't delete in Notion.

However if I delete the event in GCal, it is deleted in Notion.

tatelax commented 1 year ago

Is this not possible due to Notion API limitations? Looks like it might be from what I can tell. But tagging should still work. For me it does nothing.

astronaut954 commented 1 year ago

It is supposed to work, I used it and works fine with me. Maybe check if the CANCELLED_TAG_NAME is exactly as it is in Notion and that it is settled as Multi-select.

Untitled-1

hk21702 commented 1 year ago

Was able to reproduce and fix in #32.