Skip to content

Create Calendar Event ​

Creates a calendar event in the authenticated user's Microsoft 365 calendar, with optional attendee invitations.

Purpose ​

Use this task when a workflow needs to schedule a meeting or appointment automatically, such as booking follow-up calls, project kickoffs, or recurring review sessions based on data from earlier steps. Attendees receive invitations at the time the event is created. The task requires a valid start and end time with the start falling before the end.

Inputs ​

FieldTypeRequiredDescription
Event TitleTextYesThe title of the calendar event.
Event DescriptionMulti-line TextYesA description or agenda for the event.
AttendeesListNoEmail addresses of people to invite. Leave empty to create the event without invitees.
Start DateDate / TimeYesThe start date and time of the event.
End DateDate / TimeYesThe end date and time of the event. Must be later than the start date.

Outputs ​

This task performs an action and does not produce output variables.

Tentech