diff --git a/main/calendar/ical_export.php b/main/calendar/ical_export.php new file mode 100644 index 0000000000..58fa0d9bc1 --- /dev/null +++ b/main/calendar/ical_export.php @@ -0,0 +1,21 @@ + + */ +/** + * Initialisation + */ +// name of the language file that needs to be included +$language_file = 'agenda'; +// we are not inside a course, so we reset the course id +$cidReset = true; +// setting the global file that gets the general configuration, the databases, the languages, ... +require ('../inc/global.inc.php'); +$this_section = SECTION_MYAGENDA; +api_block_anonymous_users(); +require (api_get_path(LIBRARY_PATH).'groupmanager.lib.php'); +// setting the name of the tool +$nameTools = get_lang('MyAgenda'); + +?> \ No newline at end of file