|
ICSExportPlugin
iCalendar (.ics) export plugin
CalDAV iCalendar Export PluginIntroductionThere are some Calendaring tools that don't yet support CalDAV, but they do have support for the 'Subscribe to' feature. Starting with SabreDAV 1.4, there is now a plugin that grabs an existing calendar, and exports it as a file that's compatible with these applications. SetupTo use this plugin, simply add it to your server: $icsPlugin = new Sabre_CalDAV_ICSExportPlugin(); $server->addPlugin($icsPlugin); After this is added, you can generate these exports by finding a url to your calendar, and adding ?export at the end of the url. This will automatically trigger a download. | |
► Sign in to add a comment