FreebusyCalendarInfo

FreebusyCalendarInfo()

初始化 FreebusyCalendarInfo 类的新实例。

public FreebusyCalendarInfo()

也可以看看


FreebusyCalendarInfo(string, IEnumerable<ErrorDetails>)

初始化 FreebusyCalendarInfo 类的新实例。

public FreebusyCalendarInfo(string calendarId, IEnumerable<ErrorDetails> errors)
范围类型描述
calendarIdString日历 ID
errorsIEnumerable`1可选错误(如果日历计算失败)。

也可以看看


FreebusyCalendarInfo(string, IEnumerable<Range>)

初始化 FreebusyCalendarInfo 类的新实例。

public FreebusyCalendarInfo(string calendarId, IEnumerable<Range> busy)
范围类型描述
calendarIdString日历 ID
busyIEnumerable`1此日历应被视为忙碌的时间范围列表。

也可以看看


FreebusyCalendarInfo(string, IEnumerable<ErrorDetails>, IEnumerable<Range>)

初始化 FreebusyCalendarInfo 类的新实例。

public FreebusyCalendarInfo(string calendarId, IEnumerable<ErrorDetails> errors, 
    IEnumerable<Range> busy)
范围类型描述
calendarIdString日历 ID
errorsIEnumerable`1可选错误(如果日历计算失败)。
busyIEnumerable`1此日历应被视为忙碌的时间范围列表。

也可以看看