kepler.api.calendar module¶
The module contains the back end functionality for Kepler’s calendar.
-
class
kepler.api.calendar.GetCalendarEventsParams¶ Bases:
kepler.api.api_util.ApiParamsBaseThe parameter class for
get_calendar_eventsAPI call.-
end_time= The end point of the time span filter.¶
-
start_time= The start point of the time span filter.¶
-
user_group_id= The user group id of the group whose calendar events are to be retu...¶
-
-
kepler.api.calendar.get_calendar_events(request)¶ The implementation of the API call
get_calendar_events.