|
|
|
|
|
Organizer control functions
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:
| | iCalendarToOrganizer | Imports data in iCalendar format into an Organizer control. | OrganizerAddAppointment | Adds a new appointment to an Organizer control. | OrganizerBackgroundColor | Defines a background color for a time slot in an Organizer control. | OrganizerChangeMode | Modifies the time range displayed by an Organizer control (Day/Week/Month). | OrganizerChangeZoom | Modifies the time range displayed by an Organizer control (Day/Week/Month). This function is kept for backward compatibility. | OrganizerDateVisible | Makes a day visible or invisible in an Organizer control. | OrganizerDeleteAll | Deletes all the appointments from an Organizer control. | OrganizerDeleteAppointment | Deletes an appointment from an Organizer control. | OrganizerDisplay | Reinitializes the content of an Organizer control from its data source (HFSQL data file for example). | OrganizerDisplayNextPeriod | Moves the time area displayed to the next area (next weeks for example) in an Organizer control. | OrganizerDisplayPreviousPeriod | Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control. | OrganizerInfoXY | Returns 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.
| OrganizerListAppointment | Returns: - 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).
| OrganizerMode | Returns the display mode of an Organizer control: day, week, month, ... | OrganizerPosition | Displays 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. | OrganizerSelectedRange | Returns the start or end date and time of the time slot selected in an Organizer control. | OrganizerSelectMinus | Deselects an appointment from an Organizer control. | OrganizerSelectPlus | Selects an appointment in an Organizer control. | OrganizerTimeDisplayed | Defines the time range displayed by the Organizer control in Day mode or in Week mode. | OrganizerToiCalendar | Exports the appointments found in an Organizer control in iCalendar format. | OrganizerWorkingHour | Used to indicate the specific working hours per day in an Organizer control. | OrganizerZoom | Returns 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:
|
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.
|
|
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
|
|
Training (WEBDEV): WW_Organizer
[ + ] The WW_Organizer example is an example for using the Organizer control of WEBDEV.
|
|
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.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|