Class DeleteCalendarEventRequest

    • Constructor Detail

      • 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.