ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Scheduler functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Remark: These functions are also available in prefix syntax (Functions for managing Scheduler controls (prefix syntax)).
The following functions are used to manage Scheduler controls:
iCalendarToSchedulerImports data in iCalendar format into a Calendar control.
SchedulerAddAppointmentAdds a new appointment into a Scheduler control.
SchedulerAddResourceAdds a new resource into a Scheduler control.
SchedulerBackgroundColorDefines a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
SchedulerChangeModeModifies the period (which means the number of days) displayed by a Scheduler control.
SchedulerDateVisibleMakes a day visible or invisible in a Scheduler control.
SchedulerDeleteAllDeletes all appointments and resources from a Scheduler control.
SchedulerDeleteAppointmentDeletes an appointment from a Scheduler control.
SchedulerDeleteResourceDeletes a resource from a Scheduler control.
SchedulerDisplayReinitializes the content of a Scheduler control from its data source (HFSQL file for example).
SchedulerDisplayNextPeriodMoves the time area displayed on the next area (next weeks for example) in a Scheduler control.
SchedulerDisplayPreviousPeriodMoves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
SchedulerInfoXYReturns the appointment, the resource or the date found at given position in a Scheduler control.
SchedulerListAppointmentReturns:
  • the list of appointments found between two dates in a Scheduler control,
  • all the appointments found in a Scheduler control,
  • a specific appointment (selected or hovered).
SchedulerModeReturns the display mode of a Scheduler control: day, week, month, ...
SchedulerPositionDisplays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
SchedulerPositionDateTimeDisplays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
SchedulerPositionResourceDisplays a given resource in a Scheduler control or returns the position of first visible resource in a Scheduler control.
SchedulerSelectedRangeReturns the start or end date and time of the time slot selected in a Scheduler control.
SchedulerSelectMinusDeselects an appointment from a Scheduler control.
SchedulerSelectPlusSelects an appointment in a Scheduler control.
SchedulerTimeDisplayedDefines the time range displayed by the Scheduler control in Day mode or in Week mode.
SchedulerToiCalendarExports the appointments from a Scheduler control in iCalendar format.
SchedulerWorkingHourUsed to indicate the specific working hours per day in a Scheduler control.
SchedulerWorkingHourResourceUsed to indicate the specific working hours per day and per resource in a Scheduler control.
Related Examples:
WD Schedule Complete examples (WINDEV): WD Schedule
[ + ] This example presents the management of a graphic schedule.

The following topics are presented in this example:
1/ the scheduler control
2/ the Google Calendar functions
The Scheduler control Unit examples (WEBDEV): The Scheduler control
[ + ] This example explains how to use the Scheduler control. Two uses are presented:
- Filling the schedule by programming,
- Filling the schedule by databinding from a code variable.
WW_Organizer Training (WEBDEV): WW_Organizer
[ + ] The WW_Organizer example is an example for using the Organizer control of WEBDEV.
WW_Schedule Complete examples (WEBDEV): WW_Schedule
[ + ] This example is used to dynamically display the tasks of the different contributors.
You have the ability to add, modify or delete tasks by clicking the schedule elements.
All the operations are performed via AJAX.
This example is also used to move a control by programming.
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help