AI Linkedin Assistant
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
This action creates a new event in the calendar you specify.
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
If blank or calendar cannot be found, your default calendar will be used.
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
E.g. "Coffee with Max"
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
E.g. "Machine Coffee & Deli"
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
E.g. "Tomorrow at 5pm" or "In five hours" or "03/20/2017"
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
Defaults to 60 minutes. Enter "all-day" for all day events.
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
Optional link for the event
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
Use phrases like "15 minutes" or "one day." Leave blank for no alerts.
Slug
alert
Required
false
Can have default value
true
Filter code method
IosCalendar.createCalendarEvent.setAlert(string: alert)