ILIAS
Release_4_0_x_branch Revision 61816
|
Export calendar(s) to ical format More...
Public Member Functions | |
__construct ($a_calendar_ids) | |
export () | |
getExportString () |
Protected Member Functions | |
addTimezone () | |
addCategories () | |
createVTODO ($app) | |
createVEVENT ($app) | |
createRecurrences ($app) |
Protected Attributes | |
$calendars = array() | |
$writer = null |
Export calendar(s) to ical format
Definition at line 36 of file class.ilCalendarExport.php.
ilCalendarExport::__construct | ( | $a_calendar_ids | ) |
Definition at line 41 of file class.ilCalendarExport.php.
|
protected |
Definition at line 64 of file class.ilCalendarExport.php.
References ilCalendarCategoryAssignments\_getAssignedAppointments(), ilCalendarCategories\_getInstance(), createVEVENT(), and createVTODO().
Referenced by export().
|
protected |
Definition at line 59 of file class.ilCalendarExport.php.
Referenced by export().
|
protected |
Definition at line 136 of file class.ilCalendarExport.php.
References ilCalendarRecurrences\_getRecurrences().
Referenced by createVEVENT().
|
protected |
Definition at line 91 of file class.ilCalendarExport.php.
References $start, createRecurrences(), ilICalWriter\escapeText(), and IL_CAL_FKT_DATE.
Referenced by addCategories().
|
protected |
Definition at line 85 of file class.ilCalendarExport.php.
Referenced by addCategories().
ilCalendarExport::export | ( | ) |
Definition at line 47 of file class.ilCalendarExport.php.
References addCategories(), and addTimezone().
Referenced by ilCalendarRemoteAccessHandler\handleRequest().
ilCalendarExport::getExportString | ( | ) |
Definition at line 146 of file class.ilCalendarExport.php.
|
protected |
Definition at line 38 of file class.ilCalendarExport.php.
|
protected |
Definition at line 39 of file class.ilCalendarExport.php.