-
Notifications
You must be signed in to change notification settings - Fork 38
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
Sync Calendar Issue #138
Comments
I use https://tsdav.vercel.app/docs/caldav/syncCalendars to test if there was a change in a calendar if yes, then I delete all events locally and fetch all calendar data again. |
This is very ineffecient, I will provide an example later for all use cases. |
Currently the documentation related to syncing is not very clear, I will provide some detail examples and code snippets to make it more clear. |
@natelindev can you please explain how to find out which calendar entries are new, updated or deleted? |
fixed in v2.0.9, please read the lastest docs |
Hi @natelindev, we are trying to sync our application events to Apple Device Calendar.
We have used the same API for Outlook and Google Calendar also, but we don't see any duplicate events there. Is our approach (deleting and re adding Calendar Objects) wrong for Auto Sync or is there a better way to achieve this? Is there any caching issue which we might be dealing with the Apple devices?
We also tried using the syncCalendars API but we are not sure what happens, does the calendar automatically syncs with the updated data or do we have to do something with the returned response from the API?
The text was updated successfully, but these errors were encountered: