0

createCalendarReminder

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.

 

Syntax

createCalendarReminder(string)

createCalendarReminder(string, timestamp)

createCalendarReminder(string, timestamp, timestamp)

createCalendarReminder(string, string, timestamp, timestamp)

 

Return

void

 

Examples

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.

 

 

See also

createCalendarEvent, which creates an event in the Apple Calendar App.

Reply

null