insert_calendar_event
Description:
[ Version ( since = "0.17.2" ) ]
public CalendarEvent insert_calendar_event (CalendarCalendar calendar, CalendarEvent event, Cancellable? cancellable = null) throws Error
public CalendarEvent insert_calendar_event (CalendarCalendar calendar, CalendarEvent event, Cancellable? cancellable = null) throws Error
Inserts event
by uploading it to the online calendar service, adding it to the specified calendar
.
For more details, see insert_entry.
Parameters:
this | |
calendar |
the CalendarCalendar to insert the event into |
event |
the CalendarEvent to insert |
cancellable |
optional Cancellable object, or |
Returns:
an updated CalendarEvent, or |