Class ServiceProvider.ServiceProviderScheduleAddEventRequest

  • Enclosing class:
    ServiceProvider

    @ChoiceGroup("allDayEvent") @ChoiceGroup({"startTime","endTime"})
    public static class ServiceProvider.ServiceProviderScheduleAddEventRequest
    extends Request<DefaultResponse>
    Add an event to service provider schedule. The response is either a SuccessResponse or an ErrorResponse. The startDate element is adjusted to the first occurrence of the recurrent schedule that comes at or after the startDate. The endDate element is set to the sum of the adjusted starDate element value and the event duration.
    Author:
    AlpacaGenerator