|
|
|
|
|
OrganizerToiCalendar (Function) In french: AgendaVersiCalendar Exports the appointments found in an Organizer control in iCalendar format. siCal is ANSI string siCal = OrganizerToiCalendar(ORG_Organizer, "20150101", "20151231")
Syntax
<Result> = OrganizerToiCalendar(<Organizer control> [, <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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|