summaryrefslogtreecommitdiffstats
path: root/apps/calendar/lib/attendees.php
blob: ac30e11b3be3f57d12a2b2d89f496bec1881b373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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{
	
}