×

Create Calendar Event

iOS 14 +

Notes

Add a new event to your calendar

Syntax

createEvent(title: <#String (Allows Variables)#>, calendar: <#String (Allows Variables)#>, isAllDay: <#Boolean#>, startTime: <#Date#>, endTime: <#Date#>, startDate: <#Date#>, endDate: <#Date#>, alertTime: <#Enumeration (EventAlert)#>, alertDate: <#Date#>, recur: <#Enumeration (RepeatType)#>, availability: <#Enumeration (EventAvailability)#>, notes: <#String (Allows Variables)#>, addLocation: <#Boolean#>, location: <#Unknown Parameter#>, addURL: <#Boolean#>, url: <#String (Allows Variables)#>)

Example

createEvent(title: ""Awesome Event"", calendar: "-cContacts", isAllDay: true, startTime: , endTime: , startDate: , endDate: , alertTime: , alertDate: , recur: , availability: , notes: "", addLocation: , location: , addURL: , url: "")