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
I have an unusual problem going on, and the title pretty much describes it.
Basically, my task is to enable adding and removing events from the device calendar. This works properly when I'm in the debug or run --release modes, but not after I build the apk and launch it independently from VSCode.
I was wondering if anybody has encountered this issue and knows something that might help.
Please do tell if you want to see the code.
EDIT:
I've progressed a bit on the issue and found out that I can't add events because when retrieveCalendars is called, it returns the calendars, but they contain no data - id, name and isReadOnly are all 'null' in every calendar and I don't know where to go from here.
The text was updated successfully, but these errors were encountered:
Hi,
I have an unusual problem going on, and the title pretty much describes it.
Basically, my task is to enable adding and removing events from the device calendar. This works properly when I'm in the debug or run --release modes, but not after I build the apk and launch it independently from VSCode.
I was wondering if anybody has encountered this issue and knows something that might help.
Please do tell if you want to see the code.
EDIT:
I've progressed a bit on the issue and found out that I can't add events because when retrieveCalendars is called, it returns the calendars, but they contain no data - id, name and isReadOnly are all 'null' in every calendar and I don't know where to go from here.
The text was updated successfully, but these errors were encountered: