|
|
|
|
|
SchedulerToiCalendar (Function) In french: PlanningVersiCalendar Exports the appointments from a Scheduler control in iCalendar format. siCal is ANSI string
siCal = SchedulerToiCalendar(SCH_SCHEDULE, "user", "20150101", "20151231")
Syntax
<Result> = SchedulerToiCalendar(<Scheduler control> , <Resource> [, <Start date> [, <End date>]])
<Result>: ANSI character string in UTF-8 format - List of appointments found in the Scheduler control in iCalendar format.
- Empty string ("") if an error occurred. To get more details on the error, use ErrorInfo.
<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 page, - the Scheduler control of a report.
<Resource>: Character string Name of the resource to export. <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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|