FreebusyGroupInfo

FreebusyGroupInfo()

初始化 FreebusyGroupInfo 类的新实例。

public FreebusyGroupInfo()

也可以看看


FreebusyGroupInfo(string, IEnumerable<ErrorDetails>)

初始化 FreebusyGroupInfo 类的新实例。

public FreebusyGroupInfo(string groupId, IEnumerable<ErrorDetails> errors)
范围类型描述
groupIdString组号
errorsIEnumerable`1可选错误(如果组的计算失败)。

也可以看看


FreebusyGroupInfo(string, IEnumerable<string>)

初始化 FreebusyGroupInfo 类的新实例。

public FreebusyGroupInfo(string groupId, IEnumerable<string> calendars)
范围类型描述
groupIdString组号
calendarsIEnumerable`1组内日历标识符的列表。

也可以看看


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

初始化 FreebusyGroupInfo 类的新实例。

public FreebusyGroupInfo(string groupId, IEnumerable<ErrorDetails> errors, 
    IEnumerable<string> calendars)
范围类型描述
groupIdString组号
errorsIEnumerable`1可选错误(如果组的计算失败)。
calendarsIEnumerable`1组内日历标识符的列表。

也可以看看