Set calendar event
This activity sets a new event in the user's calendar on the Microsoft Azure system for a specific date and time period. For Azure permissions, refer to the Microsoft Azure Integration section.
| Parameters | Description |
|---|---|
Connection |
Drop-down list of Graph connections. |
UserEmail |
Email address of the user whose calendar is retrieved. |
StartDateTime |
Start date and time in UTC format to be used to check for a free time slot. |
Location |
Location for the meeting, such as a meeting room or Online. |
AttendeeEmails |
Array of emails for the users to be invited to the meeting. |
Duration |
Duration of the meeting in minutes. |
EventName |
Descriptive name for the meeting. |
OnlineMeeting |
Set to 'true' to indicate that the meeting is online. |
| Parameters | Description |
|---|---|
Body |
Returns the JSON formatted response from the activity. |
StatusCode |
HTTP response code for the request. |
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |