ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 15161718192021222324252627
Adding an appointment while specifying its characteristics Hide the details
Subscript of added appointment,-1 if an error occurred. ErrorInfo is used to identify the error.Remark: The added element can be directly handled via its subscript by using the following notation: <Scheduler control>[<Subscript>] You can modify the properties of this element.
Name of Scheduler control into which the appointment will be added. This control can correspond to: the Scheduler control of a window, the Scheduler control of a page,Versions 17 and laterthe Scheduler control of a report.New in version 17the Scheduler control of a report.the Scheduler control of a report.
Name of resource associated with the appointment. If the schedule resources have been created with SchedulerAddResource by using gStoredValue, this parameter must correspond to the value specified in gStoredValue for this resource.The resource is automatically created if it does not exist.
Title of appointment.
Start date and time of the appointment.
End date and time of the appointment. If this parameter is not specified, the default duration of the appointment will be set to 1 hour.
Name of category associated with the appointment. If this parameter is not specified, the appointment is associated with no category. The category is automatically created if it does not exist.
Adding an appointment into a Scheduler control by using the Appointment type Hide the details
Appointment variable that describes the characteristics of the appointment to be added.
Associating an appointment with multiple resources
Last update: 05/26/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: