Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-Calendar Sync Breaks When GCal event deleted but not Notion item #5

Open
akarri2001 opened this issue Jun 2, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@akarri2001
Copy link
Owner

If you delete the GCal event and not the Notion item, the calendar sync is inaccurate for other events. However, if you delete the Notion item and run the code again, then everything is fixed again.

@akarri2001
Copy link
Owner Author

I'm working on developing some kind of "deletion sync" to not have to worry about this problem in the future

@akarri2001 akarri2001 added the bug Something isn't working label Jun 2, 2021
@akarri2001 akarri2001 self-assigned this Jun 2, 2021
@suged
Copy link

suged commented Jul 25, 2021

Thanks for the great work.
It means at this time if I delete a Notion item, it will not be deleted from gcal ? Is there a simple fix ?

@akarri2001
Copy link
Owner Author

Yes, that is correct; if the item is deleted from Notion and not from gCal, then the code will add it back into Notion. A fix would be adding a "delete" checkbox property to the Notion database and then having the code delete all of the items where it is checked on both gCal and Notion.

I'm pretty busy right now with work so developing it will be on the horizon but I can't say exactly when.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants