Class PostCalendarEventRequest

    • Constructor Detail

      • PostCalendarEventRequest

        public PostCalendarEventRequest​(java.lang.String calendarId,
                                        java.util.List<ScheduledEvent> scheduledEvents)
        Create a new PostCalendarEventRequest with an existing non-null calendarId and a list of Scheduled events
        Parameters:
        calendarId - The ID of the calendar, must be non-null
        scheduledEvents - The non-null, non-empty, list of ScheduledEvent objects to add to the calendar