36 "desc":
"Google calendar events get API data provider",
37 "type":
"GoogleCalendarEventsGetDataProvider",
39 "id": <DataProviderOptionInfo>{
40 "type": AbstractDataProviderTypeMap.
"string",
41 "desc":
"The calendar ID",
44 "supports_request":
True,
49 AbstractDataProvider::DataProviderSummaryInfoKeys
124 "type": AbstractDataProviderTypeMap.
"string",
125 "desc":
"The event ID",
128 "type": AbstractDataProviderTypeMap.
"*int",
129 "desc":
"The maximum number of attendees to include in the response. If there are more than the "
130 "specified number of attendees, only the participant is returned",
133 "type": AbstractDataProviderTypeMap.
"*string",
134 "desc":
"Time zone used in the response. The default is the time zone of the calendar",
Google calendar event data type.
Definition: GoogleCalendarEventsListDataProvider.qc.dox.h:397
The Google calendar event get API data provider.
Definition: GoogleCalendarEventsGetDataProvider.qc.dox.h:30
const ResponseType
Response type.
Definition: GoogleCalendarEventsGetDataProvider.qc.dox.h:56
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
string getName()
Returns the data provider name.
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
constructor(*hash< auto > options)
Creates the object from constructor options.
const ProviderInfo
Provider info.
Definition: GoogleCalendarEventsGetDataProvider.qc.dox.h:34
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const RequestType
Request type.
Definition: GoogleCalendarEventsGetDataProvider.qc.dox.h:53
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
*hash< auto > cal
The calendar's metadata.
Definition: GoogleCalendarEventsGetDataProvider.qc.dox.h:63
constructor(GoogleRestClient::GoogleRestClient rest, string id, *hash< auto > cal)
Creates the object from a REST connection.
string id
The calendar's ID.
Definition: GoogleCalendarEventsGetDataProvider.qc.dox.h:60
*string getDesc()
Returns the data provider description.
const ProviderSummaryInfo
Provider summary info.
Definition: GoogleCalendarEventsGetDataProvider.qc.dox.h:48
Google calendar event get request data type.
Definition: GoogleCalendarEventsGetDataProvider.qc.dox.h:116
constructor(string name='GoogleCalendarEventsGetRequestType')
Creates the object.
const Fields
Field descriptions.
Definition: GoogleCalendarEventsGetDataProvider.qc.dox.h:121
The Google data provider base class.
Definition: GoogleDataProviderBase.qc.dox.h:28
*GoogleRestClient::GoogleRestClient rest
The REST client object for API calls.
Definition: GoogleDataProviderBase.qc.dox.h:33
const ConstructorOptions
Constructor options.
Definition: GoogleDataProvider.qc.dox.h:40
Qore GoogleDataProvider module definition.
Definition: GoogleCalendarBaseDataProvider.qc.dox.h:26