Class DeleteCalendarEventRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest

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

    • DeleteCalendarEventRequest

      public DeleteCalendarEventRequest(String calendarId, 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