GCalendarService (Superseded)
GCalendarService was removed in BBj 14.00 and replaced with GCalendarAPI.
Description
In BBj 11.00 to 14.00, the GCalendarService class is one of the BBj CustomObjects that comprises the GApps utility. This class can be 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
|