0.1.0
-
Added support for the following Event methods:
-
Delete event that can be used as
Event.deleteEvent
orAll.deleteEvent
. -
Get event that can be used as
Event.getEvent
orAll.getEvent
. -
Create event that can be used as
Event.createEvent
orAll.createEvent
. -
Get events that can be used as
Event.getEvents
orAll.getEvents
. -
Update event that can be used as
Event.updateEvent
orAll.updateEvent
.
-
Delete event that can be used as
-
Added support for the following CalendarList methods:
-
Get calendars on the user's calendar list that can be used as
CalendarList.getCalendarsFromCalendarList
orAll.getCalendarsFromCalendarList
.
-
Get calendars on the user's calendar list that can be used as