owncalendar/lib/alarm.php

13 lines
279 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 reminders for calendars
*/
class OC_Calendar_Alarm{
}