diff options
Diffstat (limited to '3rdparty/Sabre/CalDAV/ICalendar.php')
-rw-r--r-- | 3rdparty/Sabre/CalDAV/ICalendar.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/3rdparty/Sabre/CalDAV/ICalendar.php b/3rdparty/Sabre/CalDAV/ICalendar.php deleted file mode 100644 index 8193dff3a83..00000000000 --- a/3rdparty/Sabre/CalDAV/ICalendar.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php - -/** - * Calendar interface - * - * Implement this interface to allow a node to be recognized as an calendar. - * - * @package Sabre - * @subpackage CalDAV - * @copyright Copyright (C) 2007-2011 Rooftop Solutions. All rights reserved. - * @author Evert Pot (http://www.rooftopsolutions.nl/) - * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License - */ -interface Sabre_CalDAV_ICalendar extends Sabre_DAV_ICollection { - - - -} |