1: <?php
2: /**
3: * This is iCalendar (vCalendar).
4: *
5: * Copyright 1999-2012 Horde LLC (http://www.horde.org/)
6: *
7: * See the enclosed file COPYING for license information (LGPL). If you
8: * did not receive this file, see http://www.horde.org/licenses/lgpl21.
9: *
10: * @author Chuck Hagenbuch <chuck@horde.org>
11: * @author Karsten Fourmont <fourmont@horde.org>
12: * @category Horde
13: * @package Data
14: */
15: class Horde_Data_Icalendar extends Horde_Data_Imc {}
16: