Class FreebusyGroupInfo

FreebusyGroupInfo class

Specifies list of calendars that are members of the groups.

public class FreebusyGroupInfo

Constructors

NameDescription
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

NameDescription
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