ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Organizer 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 Organizer controls (prefix syntax)).
The following functions are used to manage the Organizer controls:
iCalendarToOrganizerImports data in iCalendar format into an Organizer control.
OrganizerAddAppointmentAdds a new appointment to an Organizer control.
OrganizerBackgroundColorDefines a background color for a time slot in an Organizer control.
OrganizerChangeModeModifies the time range displayed by an Organizer control (Day/Week/Month).
OrganizerChangeZoomModifies the time range displayed by an Organizer control (Day/Week/Month). This function is kept for backward compatibility.
OrganizerDateVisibleMakes a day visible or invisible in an Organizer control.
OrganizerDeleteAllDeletes all the appointments from an Organizer control.
OrganizerDeleteAppointmentDeletes an appointment from an Organizer control.
OrganizerDisplayReinitializes the content of an Organizer control from its data source (HFSQL data file for example).
OrganizerDisplayNextPeriodMoves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriodMoves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
OrganizerInfoXYReturns for a given position in the Organizer control (coordinates of a point in the organizer):
  • the index of the appointment for the specified position.
  • the date corresponding to the specified position.
OrganizerListAppointmentReturns:
  • the list of appointments found between two dates in an Organizer control,
  • all appointments found in an Organizer control,
  • a specific appointment (selected or hovered).
OrganizerModeReturns the display mode of an Organizer control: day, week, month, ...
OrganizerPositionDisplays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
OrganizerSelectedRangeReturns the start or end date and time of the time slot selected in an Organizer control.
OrganizerSelectMinusDeselects an appointment from an Organizer control.
OrganizerSelectPlusSelects an appointment in an Organizer control.
OrganizerTimeDisplayedDefines the time range displayed by the Organizer control in Day mode or in Week mode.
OrganizerToiCalendarExports the appointments found in an Organizer control in iCalendar format.
OrganizerWorkingHourUsed to indicate the specific working hours per day in an Organizer control.
OrganizerZoomReturns the time range displayed by an Organizer control.
Remark: You also have the ability to manage the Lotus Notes organizers and the Outlook organizers. For more details, see:
Related Examples:
WD Organizer Complete examples (WINDEV): WD Organizer
[ + ] This example is used to synchronize some appointments between your Outlook, Lotus Notes and Google calendars.

Based on the Organizer control, you have the ability to create, modify, move or delete the appointments.
you also have the ability to classify the appointments by category and to link them to several external organizers.
WD Handling the Organizer control Training (WINDEV): WD Handling the Organizer control
[ + ] WD Handling the Organizer control is a simple example for using the Organizer control.

The following features are used:
- Creating an appointment
- Saving an organizer
- Restoring an organizer
WW_Organizer Training (WEBDEV): WW_Organizer
[ + ] The WW_Organizer example is an example for using the Organizer control of WEBDEV.
The Organizer control (displaying a Google calendar) Unit examples (WINDEV): The Organizer control (displaying a Google calendar)
[ + ] Retrieving events from a Google calendar via the gglXxx functions and displaying these events in an Organizer control.
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/17/2023

Send a report | Local help