Get Calendars
Retrieves the calendar of a specified user.
Last updated
Retrieves the calendar of a specified user.
Last updated
This activity retrieves all the properties of a calendar of a specified user using the Microsoft Graph API. If none is provided the default user's calendar is retrieved. This activity can also be used to retrieve another user's calendar if the registered application in the(ApplicationId) has the required permissions or the appropriate from the user.
Connection Id: Required
Specifies the office 365 connection id.
Account: Specifies an email address with which to interact. This property can include any shared mailbox to which the current user has access rights. If the property field is left empty, the current user's account is used. This is an optional property.
User: Specifies the email address of the person whose calendar is to be retrieved. If no email address is provided, then by default the user's own calendar is used. Also, the user must have the required API permissions to read the calendars.
Default Calendar: Specifies the current user's default calendar, if the User property is left blank or empty. This output variable can also be used as input to other calendar activities like and activities.
Calendars: Specifies a variable containing an array of the user's calendars.