My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ICSExportPlugin  
iCalendar (.ics) export plugin
CalDAV
Updated Oct 9, 2011 by evert...@gmail.com

iCalendar Export Plugin

Introduction

There 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.

Setup

To 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
Powered by Google Project Hosting