You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Events created on Google calendar on iOS won't come in device calendar API response, and it will start coming once I open the apple calendar app and then open my app. Is this expected behavior?
The text was updated successfully, but these errors were encountered:
Praveena0989
changed the title
Events created on Google calendar on iOS reflects only if launch apple calendar and then open the app
Events created on Google calendar on iOS reflects only if I launch apple calendar first and then open the app
Mar 31, 2024
To close the loop here, this is normal behavior for iOS devices, and is an OS nuance, not something specific to device_calendar or Flutter.
Specifically, Google Calendar does sync with the Apple Calendar automatically in the background (based on the user's refresh frequency in iOS Settings app > Calendar), but even with the most aggressive setting there, there are still some delays, and the only way to force a sync is to open the iOS Calendar app.
I hope that helps. This issue should now be closed.
Describe the bug
Events created on Google calendar on iOS won't come in device calendar API response, and it will start coming once I open the apple calendar app and then open my app. Is this expected behavior?
The text was updated successfully, but these errors were encountered: