ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
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 <Scheduler>.AddResource by using gLink, this parameter must correspond to the value specified in gLink for this resource.The resource is automatically created if it does not exist.
Title of appointment.
Start date and time of appointment.
End date and time of appointment. If this parameter is not specified, the default duration of 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 describing the characteristics of appointment to add.
Associating an appointment with several resources
Last update: 09/21/2020
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: