The CalendarUserType type exposes the following members.
Name | Description | |
---|---|---|
Group |
Calendar user that represents a group. String value is "GROUP", integer value is 2.
| |
Individual |
Сalendar user that represents an individual. String value is "INDIVIDUAL", integer value is 1.
| |
Name |
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.) | |
Number |
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.) | |
Resource |
Calendar user that represents a resource. String value is "RESOURCE", integer value is 3.
| |
Room |
Calendar user that represent a room. String value is "ROOM", integer value is 4.
| |
Unknown |
Calendar user of unknown type. String value is "UNKNOWN", integer value is 5.
|