|
<?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{
|
|
|
|
} |