Class FreeBusyCalendar
public class FreeBusyCalendar : IDirectResponseSchema
- Inheritance
-
FreeBusyCalendar
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
FreeBusyCalendar()
public FreeBusyCalendar()
Properties
Busy
List of time ranges during which this calendar should be regarded as busy.
public virtual IList<TimePeriod> Busy { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Errors
Optional error(s) (if computation for the calendar failed).
public virtual IList<Error> Errors { get; set; }