Search K
Appearance
Appearance
Creates a calendar event in the authenticated user's Microsoft 365 calendar, with optional attendee invitations.
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.
| Field | Type | Required | Description |
|---|---|---|---|
| Event Title | Text | Yes | The title of the calendar event. |
| Event Description | Multi-line Text | Yes | A description or agenda for the event. |
| Attendees | List | No | Email addresses of people to invite. Leave empty to create the event without invitees. |
| Start Date | Date / Time | Yes | The start date and time of the event. |
| End Date | Date / Time | Yes | The end date and time of the event. Must be later than the start date. |
This task performs an action and does not produce output variables.