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) fruux GmbH (https://fruux.com/)
10 */
11interface ISchedulingObject extends \Sabre\CalDAV\ICalendarObject {
12
13}
14