Blame view
sources/apps/calendar/lib/alarm.php
279 Bytes
|
d1bafeea1
|
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 reminders for calendars
*/
class OC_Calendar_Alarm{
}
|