calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Properties | List of all members
Google.Apis.Calendar.v3.Data.FreeBusyRequest Class Reference
Inheritance diagram for Google.Apis.Calendar.v3.Data.FreeBusyRequest:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< int > CalendarExpansionMax [get, set]
 Maximal number of calendars for which FreeBusy information is to be provided. Optional.
virtual System.Nullable< int > GroupExpansionMax [get, set]
 Maximal number of calendar identifiers to be provided for a single group. Optional. An error will be returned for a group with more members than this value.
virtual
System.Collections.Generic.IList
< FreeBusyRequestItem
Items [get, set]
 List of calendars and/or groups to query.
virtual string TimeMaxRaw [get, set]
 The end of the interval for the query.
virtual System.Nullable
< System.DateTime > 
TimeMax [get, set]
 System.DateTime representation of TimeMaxRaw.
virtual string TimeMinRaw [get, set]
 The start of the interval for the query.
virtual System.Nullable
< System.DateTime > 
TimeMin [get, set]
 System.DateTime representation of TimeMinRaw.
virtual string TimeZone [get, set]
 Time zone used in the response. Optional. The default is UTC.
virtual string ETag [get, set]
 The ETag of the item.
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag

Property Documentation

virtual System.Nullable<int> Google.Apis.Calendar.v3.Data.FreeBusyRequest.CalendarExpansionMax
getset

Maximal number of calendars for which FreeBusy information is to be provided. Optional.

virtual string Google.Apis.Calendar.v3.Data.FreeBusyRequest.ETag
getset

The ETag of the item.

virtual System.Nullable<int> Google.Apis.Calendar.v3.Data.FreeBusyRequest.GroupExpansionMax
getset

Maximal number of calendar identifiers to be provided for a single group. Optional. An error will be returned for a group with more members than this value.

virtual System.Collections.Generic.IList<FreeBusyRequestItem> Google.Apis.Calendar.v3.Data.FreeBusyRequest.Items
getset

List of calendars and/or groups to query.

virtual System.Nullable<System.DateTime> Google.Apis.Calendar.v3.Data.FreeBusyRequest.TimeMax
getset

System.DateTime representation of TimeMaxRaw.

virtual string Google.Apis.Calendar.v3.Data.FreeBusyRequest.TimeMaxRaw
getset

The end of the interval for the query.

virtual System.Nullable<System.DateTime> Google.Apis.Calendar.v3.Data.FreeBusyRequest.TimeMin
getset

System.DateTime representation of TimeMinRaw.

virtual string Google.Apis.Calendar.v3.Data.FreeBusyRequest.TimeMinRaw
getset

The start of the interval for the query.

virtual string Google.Apis.Calendar.v3.Data.FreeBusyRequest.TimeZone
getset

Time zone used in the response. Optional. The default is UTC.


The documentation for this class was generated from the following file: