Search code examples
iosiphonegoogle-calendar-apieventkit

Will EventKit automatically sync with Google Calendar or Outlook ion iOS


I am trying to build a calendar app and I want the events and reminders could be synced to Google Calendar and Outlook. If I added events only using EventKit SDK, and the Google Calendar account was added. Will the events automatically synced to Google Calendar? Or do I have to do it manually?


Solution

  • Yes. Events which are added to an EventKit calendar living on a Google, Exchange or iCloud account, will automagically sync. No extra work necessary.