|
|
|
|
|
iCalendarToOrganizer (Function) In french: iCalendarVersAgenda Imports data in iCalendar format into an Organizer control. 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 field may correspond to: - an Organizer control in a report.
an Organizer control in a page.
<iCalendar data>: ANSI character string in UTF-8 format Data in iCalendar format. Remarks - To export data from an Organizer control in iCalendar format, use OrganizerToiCalendar.
This function is available for the WEBDEV websites in Linux. This function is not available for WINDEV applications in Linux.
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|