New services
Explore Plans
Mobile menu Close menu
iOS CalendariOS Calendar

Create a calendar event

This action creates a new event in the calendar you specify.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
ios_calendar.create_calendar_event
Filter code method
IosCalendar.createCalendarEvent.skip(string?: reason)
Runtime method
runAction("ios_calendar.create_calendar_event", {})

Action fields

Calendar name Text input > Other

Label
Calendar name
Helper text
Slug
calendar_name
Required
false
Can have default value
true
Filter code method
IosCalendar.createCalendarEvent.setCalendarName(string: calendarName)

Title Text input > Title

Label
Event title
Helper text
Slug
title
Required
true
Can have default value
true
Filter code method
IosCalendar.createCalendarEvent.setTitle(string: title)

Location Text input > Other

Label
Location
Helper text
Slug
location
Required
false
Can have default value
true
Filter code method
IosCalendar.createCalendarEvent.setLocation(string: location)

Start date Text input > Other

Label
Start date
Helper text
Slug
start_date
Required
true
Can have default value
true
Filter code method
IosCalendar.createCalendarEvent.setStartDate(string: startDate)

Duration Text input > Other

Label
Duration in minutes
Helper text
Slug
duration
Required
false
Can have default value
true
Filter code method
IosCalendar.createCalendarEvent.setDuration(string: duration)

Notes Text input

Label
Notes
Slug
notes
Required
false
Can have default value
true
Filter code method
IosCalendar.createCalendarEvent.setNotes(string: notes)

URL Text input > Link

Label
Add URL
Helper text
Slug
url
Required
false
Can have default value
true
Filter code method
IosCalendar.createCalendarEvent.setUrl(string: url)

Alert Text input > Other

Label
Alert timing
Helper text
Slug
alert
Required
false
Can have default value
true
Filter code method
IosCalendar.createCalendarEvent.setAlert(string: alert)