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

Microsoft: Cancel events #424

Merged
merged 2 commits into from
Nov 28, 2022
Merged

Microsoft: Cancel events #424

merged 2 commits into from
Nov 28, 2022

Conversation

squeaky-pl
Copy link
Contributor

@squeaky-pl squeaky-pl commented Nov 25, 2022

This implements deletion of singular and recurring events (when entire series get cancelled).

This is implemented differently than in Google. In case of Google you can still fetch deleted events from the API even though they disappear in your calendar. In case of Microsoft they disappear both from the API and calendar, so they cannot be fetched in sync pods and synced there, the only way we know something got deleted is in the webhook notifications.

This is not the cleanest approach from the architecture point of view but I want to improve on this later after public release.

@squeaky-pl squeaky-pl changed the title Microsoft: cancel events Microsoft: Cancel events Nov 25, 2022
@squeaky-pl squeaky-pl requested a review from cschams November 28, 2022 10:48
@squeaky-pl squeaky-pl merged commit 72198e6 into master Nov 28, 2022
@squeaky-pl squeaky-pl deleted the microsoft-cancel-events branch November 28, 2022 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants