ISchedulingObject.php 320 B

12345678910111213
  1. <?php
  2. namespace Sabre\CalDAV\Schedule;
  3. /**
  4. * The SchedulingObject represents a scheduling object in the Inbox collection
  5. *
  6. * @license http://sabre.io/license/ Modified BSD License
  7. * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
  8. */
  9. interface ISchedulingObject extends \Sabre\CalDAV\ICalendarObject {
  10. }