To create a reminder in the Apple Calendar App
Available on our apps for Mac, iPad, and iPhone. Not on web browsers or Android apps.
Create a reminder in the Apple Reminder App with this function.
createCalendarReminder(string)
createCalendarReminder(string, timestamp)
createCalendarReminder(string, timestamp, timestamp)
createCalendarReminder(string, string, timestamp, timestamp)
void
createCalendarReminder(title)
To create a reminder in the Apple Reminder App with a given title.
createCalendarReminder(title, start)
To create a reminder in the Apple Reminder App with a given title and given start.
createCalendarReminder(title, from, to)
To create a reminder in the Apple Reminder App with a given title, a given start, and end.
createCalendarEvent
, which creates an event in the Apple Calendar App.