]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/lib/Sabre/CalDAV/ICalendarObject.php
Initial Release of the calendar plugin
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / CalDAV / ICalendarObject.php
1 <?php
2
3 /**
4  * CalendarObject interface
5 /**
6  * Extend the ICalendarObject interface to allow your custom nodes to be picked up as
7  * CalendarObjects.
8  *
9  * Calendar objects are resources such as Events, Todo's or Journals.
10  *
11  * @package Sabre
12  * @subpackage CalDAV
13  * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved.
14  * @author Evert Pot (http://www.rooftopsolutions.nl/) 
15  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
16  */
17 interface Sabre_CalDAV_ICalendarObject extends Sabre_DAV_IFile {
18
19 }
20