summaryrefslogtreecommitdiffstats
path: root/apps/calendar/lib/attendees.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/calendar/lib/attendees.php')
-rw-r--r--apps/calendar/lib/attendees.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/calendar/lib/attendees.php b/apps/calendar/lib/attendees.php
new file mode 100644
index 00000000000..ac30e11b3be
--- /dev/null
+++ b/apps/calendar/lib/attendees.php
@@ -0,0 +1,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{
+
+} \ No newline at end of file