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

Improper Handling of Some Custom Domains #48

Open hk21702 opened 1 year ago

hk21702 commented 1 year ago

See #47

Bug where the script handles some database URLs improperly when a custom domain is set. In particular, the old notion.so/acmedesign/xxxxx12345 format is incompatible with how the script currently handles the database URL. The acmedesign.notion.site/xxxxx12345 format works fine currently so there isn't a hard incompatibility with custom domains, but this should still be fixed.