CalendarInfo
Contents
[
Hide
]CalendarInfo class
Inherits: Aspose::Email::Clients::Graph::BaseRestObject
Represents information about calendar.
Constructors
| Name | Description |
|---|---|
| CalendarInfo | Initializes a new instance of the FolderInfo class. |
Methods
| Name | Description |
|---|---|
| get_CanEdit | true if the user can write to the calendar, false otherwise. |
| get_CanShare | true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. |
| get_CanViewPrivateItems | true if the user can read calendar items that have been marked private, false otherwise. |
| get_Color | 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. |
| get_DefaultOnlineMeetingProvider | The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. |
| get_IsDefaultCalendar | true if this is the default calendar where new events are created by default, false otherwise. |
| get_IsRemovable | Indicates whether this user calendar can be deleted from the user mailbox. |
| get_IsTallyingResponses | Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users’ primary calendars support tracking of meeting responses. |
| get_ItemId | Gets string representation of entry ID. |
| get_Name | Gets the name of Calendar . |
| get_Owner | If 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_CanEdit | true if the user can write to the calendar, false otherwise. |
| set_CanShare | true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. |
| set_CanViewPrivateItems | true if the user can read calendar items that have been marked private, false otherwise. |
| set_Color | 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. |
| set_DefaultOnlineMeetingProvider | The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. |
| set_IsDefaultCalendar | true if this is the default calendar where new events are created by default, false otherwise. |
| set_IsRemovable | Indicates whether this user calendar can be deleted from the user mailbox. |
| set_IsTallyingResponses | Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users’ primary calendars support tracking of meeting responses. |
| set_Name | Sets the name of Calendar . |
| set_Owner | If 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. |