Modifier and Type | Origin and Description |
---|---|
public GEvents |
gappsv3.GCalendar.getDeletedEvents()
Gets deleted events |
public GEvents |
gappsv3.GCalendar.getEvents()
Get all events (like scheduled appointments) associated with this calendar. |
public GEvents |
gappsv3.GCalendar.getEvents(DateTime timeMin!, DateTime timeMax!)
Get all events (like scheduled appointments) associated with this calendar that fall in between the specified date range. |
public GEvents |
gappsv3.GCalendar.getEvents(java.util.Date timeMin!, java.util.Date timeMax!)
Get all events (like scheduled appointments) associated with this calendar that fall in between the specified date range. |
public GEvents |
gappsv3.GCalendar.getEvents(BBjString retrieveToken!)
Get all events (like scheduled appointments) associated with this calendar using a token that represents a datetime when events were last retrieved. |