CalendarFX icon indicating copy to clipboard operation
CalendarFX copied to clipboard

Google Calendar Sync Issues

Open AllenChangMusic opened this issue 10 months ago • 0 comments

I've been able to modify the code that's available to allow for login. I had to change the listen in webview engine to listen to URL to capture the auth token. However, once i get to the Calendar view, it wont show any active calendars, nor will it add any calendar or events.

Specifically trying to add a calendar, the code won't execute beyond cal = dao.calendars().insert(cal).execute();

Any pointers or suggestions would be welcome! I'm an amateur coder, so doing a lot through trial and error

AllenChangMusic avatar Apr 09 '24 20:04 AllenChangMusic