how to open create event screen in calendar app with populated data in swift?

Viewed 273

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

0 Answers
Related