xref: /plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php (revision a495d34c25233615fa25fba79abef99239c1dd50)
1<?php
2
3namespace Sabre\CalDAV\Schedule;
4
5/**
6 * The SchedulingObject represents a scheduling object in the Inbox collection
7 *
8 * @license http://sabre.io/license/ Modified BSD License
9 * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
10 */
11interface ISchedulingObject extends \Sabre\CalDAV\ICalendarObject {
12
13}
14