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
Exports the appointments found in an Organizer control in iCalendar format.
Example
siCal is ANSI string
siCal = OrganizerToiCalendar(ORG_Organizer, "20150101", "20151231")
Syntax
<Result> = OrganizerToiCalendar(<Organizer control> [, <Start date> [, <End date>]])
<Result>: Character string in UTF-8 format
  • List of appointments of the Organizer control in iCalendar format.
  • Empty string ("") if an error occurred. To get more details on the error, use ErrorInfo.
<Organizer control>: Control name
Name of the Organizer control to be used. This control can correspond to:
  • WINDEVAndroidiPhone/iPadMac Catalyst an Organizer control in a window.
  • an Organizer control in a report.
  • WEBDEV - Server code an Organizer control in a page.
<Start date>: Character string or optional DateTime variable
Start date for the elements that will be taken into account for the export.
<End date>: Character string or optional DateTime variable
End date for the elements that will be taken into account for the export.
Remarks
To import data in iCalendar format into an Organizer control, use iCalendarToOrganizer.
Component: wd290mdl.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help