Class DeleteCalendarEventRequest

All Implemented Interfaces:
Writeable, TaskAwareRequest

public class DeleteCalendarEventRequest
extends ActionRequest
Request class for removing an event from an existing calendar
  • Constructor Details

    • DeleteCalendarEventRequest

      public DeleteCalendarEventRequest​(java.lang.String calendarId, java.lang.String eventId)
      Create a new request referencing an existing Calendar and which event to remove from it.
      Parameters:
      calendarId - The non-null ID of the calendar
      eventId - Scheduled Event to remove from the calendar, Cannot be null.
  • Method Details