FreebusyGroupInfo
FreebusyGroupInfo class
Specifies list of calendars that are members of the groups.
public class FreebusyGroupInfo
Constructors
Name |
Description |
FreebusyGroupInfo() |
Initializes a new instance of the FreebusyGroupInfo class. |
FreebusyGroupInfo(string, IEnumerable<ErrorDetails>) |
Initializes a new instance of the FreebusyGroupInfo class. |
FreebusyGroupInfo(string, IEnumerable<string>) |
Initializes a new instance of the FreebusyGroupInfo class. |
FreebusyGroupInfo(string, IEnumerable<ErrorDetails>, IEnumerable<string>) |
Initializes a new instance of the FreebusyGroupInfo class. |
Properties
Name |
Description |
Calendars { get; } |
List of calendars’ identifiers within a group. |
Errors { get; } |
Optional error(s) (if computation for the group failed). |
GroupId { get; set; } |
Group id |
See Also