FreebusyGroupInfo.FreebusyGroupInfo

FreebusyGroupInfo()

Initializes a new instance of the FreebusyGroupInfo class.

public FreebusyGroupInfo()

See Also


FreebusyGroupInfo(string, IEnumerable<ErrorDetails>)

Initializes a new instance of the FreebusyGroupInfo class.

public FreebusyGroupInfo(string groupId, IEnumerable<ErrorDetails> errors)
ParameterTypeDescription
groupIdStringGroup id
errorsIEnumerable`1Optional error(s) (if computation for the group failed).

See Also


FreebusyGroupInfo(string, IEnumerable<string>)

Initializes a new instance of the FreebusyGroupInfo class.

public FreebusyGroupInfo(string groupId, IEnumerable<string> calendars)
ParameterTypeDescription
groupIdStringGroup id
calendarsIEnumerable`1List of calendars’ identifiers within a group.

See Also


FreebusyGroupInfo(string, IEnumerable<ErrorDetails>, IEnumerable<string>)

Initializes a new instance of the FreebusyGroupInfo class.

public FreebusyGroupInfo(string groupId, IEnumerable<ErrorDetails> errors, 
    IEnumerable<string> calendars)
ParameterTypeDescription
groupIdStringGroup id
errorsIEnumerable`1Optional error(s) (if computation for the group failed).
calendarsIEnumerable`1List of calendars’ identifiers within a group.

See Also