34 "desc":
"Google calendar data provider; parent provider for APIs related to calendars",
35 "type":
"GoogleCalendarDataProvider",
37 "id": <DataProviderOptionInfo>{
38 "type": AbstractDataProviderTypeMap.
"string",
39 "desc":
"The calendar ID",
42 "supports_children": True,
43 "children_can_support_apis": True,
48 AbstractDataProvider::DataProviderSummaryInfoKeys
59 "delete": Class::forName(
"GoogleDataProvider::GoogleCalendarDeleteDataProvider"),
60 "events": Class::forName(
"GoogleDataProvider::GoogleCalendarEventsDataProvider"),
61 "freeBusy": Class::forName(
"GoogleDataProvider::GoogleCalendarFreeBusyDataProvider"),
62 "get": Class::forName(
"GoogleDataProvider::GoogleCalendarGetDataProvider"),
63 "patch": Class::forName(
"GoogleDataProvider::GoogleCalendarPatchDataProvider"),
64 "update": Class::forName(
"GoogleDataProvider::GoogleCalendarUpdateDataProvider"),
The parent class for Google calendar REST APIs.
Definition: GoogleCalendarDataProvider.qc.dox.h:28
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
const ProviderInfo
Provider info.
Definition: GoogleCalendarDataProvider.qc.dox.h:32
constructor(GoogleRestClient::GoogleRestClient rest, string id, *hash< auto > cal)
Creates the object from a REST connection.
const ProviderSummaryInfo
Provider summary info.
Definition: GoogleCalendarDataProvider.qc.dox.h:47
*GoogleDataProviderBase getChildProviderImpl(string name)
Returns the given child provider or NOTHING if the given child is unknown.
*hash< auto > cal
The calendar's metadata.
Definition: GoogleCalendarDataProvider.qc.dox.h:56
*string getDesc()
Returns the data provider description.
string id
The calendar's ID.
Definition: GoogleCalendarDataProvider.qc.dox.h:53
*list< hash< DataProvider::DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
string getName()
Returns the data provider name.
constructor(*hash< auto > options)
Creates the object from constructor options.
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