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
Imports data in iCalendar format into an Organizer control.
Example
siCal is ANSI string
siCal = fLoadBuffer("calendar.ics")
 
iCalendarToOrganizer(ORG_MyOrganizer, siCal)
Syntax
iCalendarToOrganizer(<Organizer control> , <iCalendar data>)
<Organizer control>: Control name
Name of the Organizer control to be used. This control can correspond to:
  • an Organizer control in a report.
<iCalendar data>: ANSI character string in UTF-8 format
Data in iCalendar format.
Remarks
Business / UI classification: UI Code
Component: wd290mdl.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/14/2022

Send a report | Local help