I have a public Google Calendar and I'm trying to integrate it into my App. Essentially I want the Google Cal to be a UI where users can update it and it would reflect in the App. I'm trying to figure out a way to best parse the Google Calendar. Things I'm thinking of:
- Use the Google Calendar API- however is there a way to get the events in JSON format?
- Using the public iCal link provided by Google Calendar- is it possible to parse this using EventKit ? If users update the Google Cal, will the iCal link also update ?
Any other suggestions would be amazing !