MsGraph_CalendarGetProperties

Description

This activity allows to read all the properties of a given calendar.


Info

CalendarId OutArgument<String>

The calendar's unique identifier. Read-only.

ChangeKey OutArgument<String>

Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.

Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor.

The calendar name.


Input

Calendar InArgument<MsCalendar> REQUIRED

The calendar of which to read the properties.


Owner

OwnerAddress OutArgument<String>

If set, it represents the email address of the user who created or added the calendar. For a calendar created or added by the user, the OwnerAddress property is set to the user's email address. For a calendar shared with the user, the OwnerAddress property is set to the email address of the person who shared that calendar with the user.

OwnerName OutArgument<String>

If set, it represents the name of the user who created or added the calendar. For a calendar created or added by the user, the OwnerName property is set to the user's name. For a calendar shared with the user, the OwnerName property is set to the name of the person who shared that calendar with the user.


User permissions

CanEdit OutArgument<Boolean>

True if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.

CanShare OutArgument<Boolean>

True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.

CanViewPrivateItems OutArgument<Boolean>

True if the user can read calendar items that have been marked private, false otherwise.