|
|
|
|
|
<Organizer>.ToiCalendar (Function) In french: <Agenda>.VersiCalendar Exports the appointments found in an Organizer control in iCalendar format. siCal is ANSI string siCal = ORG_Organizer.ToiCalendar("20150101", "20151231")
Syntax
<Result> = <Organizer control>.ToiCalendar([<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: - an Organizer control in a window.
- an Organizer control in a report.
- 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|