13 lines
284 B
PHP
13 lines
284 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Copyright (c) 2012 Georg Ehrke <ownclouddev@georgswebsite.de>
|
||
|
* This file is licensed under the Affero General Public License version 3 or
|
||
|
* later.
|
||
|
* See the COPYING-README file.
|
||
|
*/
|
||
|
/*
|
||
|
* This class manages Attendees for calendars
|
||
|
*/
|
||
|
class OC_Calendar_Attendees{
|
||
|
|
||
|
}
|