Click or drag to resize
WebServiceAppointmentController Methods
Methods
  Name Description
Public method Code example CreateRecurrenceException(ISchedulerInfo, AppointmentData)
Creates a recurrence exception with the specified appointment data and returns the available appointments.
Public method CreateRecurrenceExceptionT(ISchedulerInfo, UTT)
Public method Code example DeleteAppointment(ISchedulerInfo, AppointmentData, Boolean)
Deletes the specified appointment and returns the available appointments.
Public method DeleteAppointmentT(ISchedulerInfo, UTT, Boolean)
Public method Code example GetAppointments(ISchedulerInfo)
Gets the appointments corresponding to specified time period
Public method GetAppointmentsT(ISchedulerInfo)
Public method GetResources(ISchedulerInfo)
Returns the resources of all appointments within the specified time period.
Public method GetResourcesT(ISchedulerInfo)
Public method Code example InsertAppointment(ISchedulerInfo, AppointmentData)
Inserts the specified appointment and returns the available appointments.
Public method InsertAppointmentT(ISchedulerInfo, UTT)
Public method Code example RemoveRecurrenceExceptions(ISchedulerInfo, AppointmentData)
Removes all recurrence exceptions of the specified recurrence master and returns the available appointments.
Public method RemoveRecurrenceExceptionsT(ISchedulerInfo, UTT)
Public method Code example UpdateAppointment(ISchedulerInfo, AppointmentData)
Updates the specified appointment and returns the available appointments.
Public method UpdateAppointmentT(ISchedulerInfo, UTT)
Top
See Also