calendarimporter 2.0.2:

- fixed crash when public store does not exist
 - check if temporary directory is writeable
 - disabled display_error with ini_set
 - fixed exporter: now really exporting the chosen calendar
 - improved parser (timezone detection)
This commit is contained in:
2013-03-30 22:10:58 +00:00
parent 55b6e41277
commit b2be7585d5
4 changed files with 95 additions and 8 deletions

View File

@@ -413,6 +413,7 @@ class CalendarModule extends Module {
$response['status'] = true;
$response['parsed_file']= $actionData["ics_filepath"];
$response['parsed'] = array (
'timezone' => $ical->timezone(),
'calendar' => $ical->calendar(),
'events' => $ical->events()
);