Skip to content

Calendar

Events and reminders.

import Calendar;

addNewCalendar

Creates a new calendar.

addNewCalendar(CalendarName: Text) -> Text
ParameterTypeDefault
CalendarNameText

Shortcuts action: is.workflow.actions.addnewcalendar

editCalendarEvent

editCalendarEvent()

Shortcuts action: is.workflow.actions.setters.calendarevents

editReminder

editReminder()

Shortcuts action: is.workflow.actions.setters.reminders

filterEventAttendees

filterEventAttendees()

Shortcuts action: is.workflow.actions.filter.eventattendees

findCalendarEvents

findCalendarEvents()

Shortcuts action: is.workflow.actions.filter.calendarevents

findReminders

findReminders()

Shortcuts action: is.workflow.actions.filter.reminders

getDetailsOfCalendarEvents

getDetailsOfCalendarEvents()

Shortcuts action: is.workflow.actions.properties.calendarevents

getDetailsOfEventAttendees

getDetailsOfEventAttendees()

Shortcuts action: is.workflow.actions.properties.eventattendees

getDetailsOfReminders

getDetailsOfReminders()

Shortcuts action: is.workflow.actions.properties.reminders

getUpcomingEvents

Gets upcoming calendar events, ordered from nearest to farthest away in time.

getUpcomingEvents(WFGetUpcomingItemCalendar: Text, WFGetUpcomingItemCount: Number, WFDateSpecifier: Text, WFSpecifiedDate: Text) -> Any
ParameterTypeDefault
WFGetUpcomingItemCalendarText
WFGetUpcomingItemCountNumber1
WFDateSpecifierText"Any Day"
WFSpecifiedDateText

Shortcuts action: is.workflow.actions.getupcomingevents

getUpcomingReminders

Gets upcoming reminders, ordered from nearest to farthest away due date.

getUpcomingReminders(WFGetUpcomingItemCalendar: Text, WFGetUpcomingItemCount: Number) -> Any
ParameterTypeDefault
WFGetUpcomingItemCalendarText
WFGetUpcomingItemCountNumber1

Shortcuts action: is.workflow.actions.getupcomingreminders

newEvent

Creates a new event and adds it to the selected calendar.

newEvent(WFCalendarItemTitle: Text, WFCalendarItemLocation: Text, WFCalendarDescriptor: Text, WFCalendarItemStartDate: Text, WFCalendarItemEndDate: Text, WFCalendarItemAllDay: Boolean, WFAlertTime: Text, WFAlertCustomTime: Text, WFCalendarItemNotes: Text, ShowWhenRun: Boolean) -> Any
ParameterTypeDefault
WFCalendarItemTitleText
WFCalendarItemLocationText
WFCalendarDescriptorText
WFCalendarItemStartDateText
WFCalendarItemEndDateText
WFCalendarItemAllDayBoolean
WFAlertTimeText
WFAlertCustomTimeText
WFCalendarItemNotesText
ShowWhenRunBooleantrue

Shortcuts action: is.workflow.actions.addnewevent

newReminder

Creates a new reminder and adds it to the selected list of reminders.

newReminder(WFCalendarItemTitle: Text, WFCalendarDescriptor: Text, WFAlertEnabled: Text, WFAlertCondition: Text, WFAlertLocation: Text, WFAlertPerson: Text, WFAlertLocationRadius: Number, WFAlertCustomTime: Text, WFPriority: Text, WFUrgent: Boolean, WFFlag: Boolean, WFURL: Text, WFImages: Any, WFParentTask: Any, WFTags: Text, WFCalendarItemNotes: Text) -> Any
ParameterTypeDefault
WFCalendarItemTitleText
WFCalendarDescriptorText
WFAlertEnabledText"No Alert"
WFAlertConditionText"At Time"
WFAlertLocationText
WFAlertPersonText
WFAlertLocationRadiusNumber1000
WFAlertCustomTimeText
WFPriorityText"None"
WFUrgentBoolean
WFFlagBoolean
WFURLText
WFImagesAny
WFParentTaskAny
WFTagsText
WFCalendarItemNotesText

Shortcuts action: is.workflow.actions.addnewreminder

openInCalendar

Shows the date or calendar event passed as input in the Calendar app.

openInCalendar(WFEvent: Any)
ParameterTypeDefault
WFEventAny

Shortcuts action: is.workflow.actions.showincalendar

openRemindersList

Shows the specified list in the Reminders app.

openRemindersList(WFList: Text)
ParameterTypeDefault
WFListText

Shortcuts action: is.workflow.actions.reminders.showlist

removeEvents

Removes all events passed into the action from the calendars they are contained in.

removeEvents(WFCalendarIncludeFutureEvents: Boolean, WFInputEvents: Any)
ParameterTypeDefault
WFCalendarIncludeFutureEventsBooleanfalse
WFInputEventsAny

This is a destructive and permanent action. You will be asked to confirm before events are removed.

Shortcuts action: is.workflow.actions.removeevents

removeReminders

Removes all reminders passed into the action from the lists they are contained in.

removeReminders(WFInputReminders: Any)
ParameterTypeDefault
WFInputRemindersAny

This is a destructive and permanent action. You will be asked to confirm before reminders are removed.

Shortcuts action: is.workflow.actions.removereminders

showQuickReminder

Opens the Quick Reminder view.

showQuickReminder()

Shortcuts action: is.workflow.actions.addquickreminder