I managed to create a calendar widget with some code I found somewhere on the internet. I want a calendar app that I can add events to, like a calendar somewhere online that syncs up with the calendar widget in my app, that way when I add an event to the online calendar, it shows up on the calendar in my app. And also, if necessary, can add events from the calendar in my app the calendar of the user’s phone.
Is this possible? The first idea I had was a google sheet doc, I thought I could turn it into a json and use the entries to populate the dates in the calendar of my app but that didn’t seem very efficient.
I’ve tried researching the google calendar api but I’m having trouble figuring things out, I’d appreciate some help with this please. Thank you!