createCalendarEvent(calendar,title,from,to)
To create an event in a given Apple Calendar with a given title and a given start and end.createCalendarEvent(title, appointment)
To create an event in the Apple Calendar App with a given title.createCalendarEvent(title, from, to)
To create an event in the Apple Calendar App with a given title and a given start and end.