builttoroam / device_calendar

A cross platform plugin for modifying calendars on the user's device
https://pub.dev/packages/device_calendar
BSD 3-Clause "New" or "Revised" License
260 stars 263 forks source link

Could not add an event on google.com calendars #423

Closed max16150 closed 2 years ago

max16150 commented 2 years ago

I'm trying to add an event on the google.com account linked on my android phone, but nothing appear in the google calendar ... The calendar is not inReadOnly and when i use the createOrUpdateEvent method, it return me the id. When I use another calendar, like the local account one, it work and i can see it. Same issue with the example app, it doesn't work, but on the example app i can see the events that i have added with my app ..

thomassth commented 2 years ago

I have just tested with the example app, and it added events just fine.

Likely to be an issue with your code and/or google calendar syncing

max16150 commented 2 years ago

I have reset my google calendar to factory version , and the events appeared, but they are not sync with my google account, and I cant retrieve them anywhere else that on my phone. Next, i have update Google Calendar to his last version (The same version that i've used in the first message), and again, the events added by the example app disappeared of google calendar.