CalendarInfo

CalendarInfo class

Inherits: Aspose::Email::Clients::Graph::BaseRestObject

Represents information about calendar.

Constructors

NameDescription
CalendarInfoInitializes a new instance of the FolderInfo class.

Methods

NameDescription
get_CanEdittrue if the user can write to the calendar, false otherwise.
get_CanSharetrue if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.
get_CanViewPrivateItemstrue if the user can read calendar items that have been marked private, false otherwise.
get_ColorSpecifies 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.
get_DefaultOnlineMeetingProviderThe default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
get_IsDefaultCalendartrue if this is the default calendar where new events are created by default, false otherwise.
get_IsRemovableIndicates whether this user calendar can be deleted from the user mailbox.
get_IsTallyingResponsesIndicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users’ primary calendars support tracking of meeting responses.
get_ItemIdGets string representation of entry ID.
get_NameGets the name of Calendar .
get_OwnerIf set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user.
set_CanEdittrue if the user can write to the calendar, false otherwise.
set_CanSharetrue if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.
set_CanViewPrivateItemstrue if the user can read calendar items that have been marked private, false otherwise.
set_ColorSpecifies 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.
set_DefaultOnlineMeetingProviderThe default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
set_IsDefaultCalendartrue if this is the default calendar where new events are created by default, false otherwise.
set_IsRemovableIndicates whether this user calendar can be deleted from the user mailbox.
set_IsTallyingResponsesIndicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users’ primary calendars support tracking of meeting responses.
set_NameSets the name of Calendar .
set_OwnerIf set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user.