2

I have tried to search but most of the answer like in here is to directly save the event to calendar.

I want just to open a calendar app with populated data like the image below. so the user can modify the data first before adding a new event to the calendar

I want to automatically populate it with title, start time, end time

how to do that ?

there is a similar thread in here but in Objective-C , I can't read it unfortunately :(

enter image description here

Alexa289
  • 8,089
  • 10
  • 74
  • 178
  • Use [`EkEventEditViewController`](https://developer.apple.com/documentation/eventkitui/ekeventeditviewcontroller) with an appropriately populated `Event` – Paulw11 May 08 '20 at 10:47
  • thank you very much. for other users that need this EKEventEditViewController, I find a very good tutorial how to implement it in the project. check it here https://dev.to/nemecek_f/how-to-use-ekeventeditviewcontroller-in-swift-to-let-user-save-event-to-ios-calendar-d8 – Alexa289 May 09 '20 at 04:02

0 Answers0