|
|
|
|
|
iCalendarToScheduler (Function) In french: iCalendarVersPlanning Imports data in iCalendar format into a Calendar control. siCal is ANSI string
siCal = fLoadBuffer("calendar.ics")
iCalendarToScheduler(SCH_MySchedule, "user", siCal)
Syntax
iCalendarToScheduler(<Scheduler control> , <Resource> , <iCalendar data>)
<Scheduler control>: Control name Name of the Scheduler control to be used. This control can correspond to: the Scheduler control of a window, - the Scheduler control of a report.
<Resource>: Character string Name of the resource associated with the appointments. <iCalendar data>: ANSI character string in UTF-8 format Data in iCalendar format.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|