GCalendarService
Description
In BBj11.0 and higher, the GCalendarService class is one of the BBj CustomObjects that comprises the GApps utility. This class can used in a BBj application to interface with the Google Calendar service.
Creation
The GCalendarService class is found in <bbj install>/utils/gapps/gapps.bbj.
GCalendarService()
Parameters
None.
Methods of GCalendarService
Return Value |
Method |
static CalendarService |
Methods inherited from GAppsService
Return Value |
Method |
int |
|
string |
|
string |
getUser() |
string |
|
boolean |
isAuthenticated(boolean promptUser) |
void |
|
void |
setUserCredentials(string user, string password) |
void |
setUserCredentials(string user, string password) |
void |
setUserToken(string token) |
void |
setUserToken(string token, boolean remember) |
Remarks
This class inherits from the GAppsService class.
Constants
None.
Example
|