Modifier and Type | Origin and Description |
---|---|
public GCalendar |
gappsv3.GCalendarAPI.getCalendar(BBjString calendarId!)
Retrieves the GCalendar corresponding to calendarId! |
public GCalendar |
gappsv3.GCalendarAPI.getPrimaryCalendar()
Get the primary calendar. This is the user's default calendar when they navigate to https://www.google.com/calendar |
public GCalendar |
gappsv3.GCalendar.set(BBjString fieldName!, Object value!)
Can be used to set JSON properties in the calendar. |
public GCalendar |
gappsv3.GCalendar.setAccessRole(BBjString accessRole!)
Set access role. |
public GCalendar |
gappsv3.GCalendar.setBackgroundColor(BBjString backgroundColor!)
Set the background color of the calendar. param backgroundColor! String representing the color to set the calendar's background to. |
public GCalendar |
gappsv3.GCalendar.setColorId(BBjString colorId!)
Set color id |
public GCalendar |
gappsv3.GCalendar.setDeleted(BBjNumber deleted!)
Set calendar's "deleted" attribute |
public GCalendar |
gappsv3.GCalendar.setDescription(BBjString description!)
Set calendar's description |
public GCalendar |
gappsv3.GCalendar.setEtag(BBjString etag!)
Set calendar's "deleted" attribute |
Modifier and Type | Origin and Description |
---|---|
public void |
gappsv3.GCalendarAPI.addCalendar(GCalendar calendar!)
Add Calendar. (Not implemented. Subject to removal or relocating.) |
public void |
gappsv3.GCalendarAPI.updateCalendar(GCalendar calendar!)
Update Calendar. (Not implemented. Subject to removal or relocating.) |