]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/lib/Sabre/CalDAV/Schedule/IOutbox.php
removed community home addon
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / CalDAV / Schedule / IOutbox.php
1 <?php
2
3 /**
4  * Implement this interface to have a node be recognized as a CalDAV scheduling
5  * outbox.
6  *
7  * @package Sabre
8  * @subpackage CalDAV
9  * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved.
10  * @author Evert Pot (http://www.rooftopsolutions.nl/)
11  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
12  */
13 interface Sabre_CalDAV_Schedule_IOutbox extends Sabre_DAV_ICollection, Sabre_DAVACL_IACL {
14
15
16 }