Start new Itip library.
authorGunnar Wrobel <wrobel@temple.(none)>
Wed, 4 Aug 2010 13:58:44 +0000 (15:58 +0200)
committerGunnar Wrobel <p@rdus.de>
Wed, 25 Aug 2010 17:21:38 +0000 (19:21 +0200)
commit6c5cb5c48a6834f6381c02f37ef2da57ebf72dea
tree48ae6525ba9b6d2ccd704a557cc6045a1208c29a
parent0d8fd2880aeda33139a0bc84a9e61b2c6c2224c5
Start new Itip library.
13 files changed:
framework/Itip/TODO [new file with mode: 0644]
framework/Itip/lib/Horde/Itip.php [new file with mode: 0644]
framework/Itip/lib/Horde/Itip/Event.php [new file with mode: 0644]
framework/Itip/lib/Horde/Itip/Event/Vevent.php [new file with mode: 0644]
framework/Itip/lib/Horde/Itip/Exception.php [new file with mode: 0644]
framework/Itip/lib/Horde/Itip/Resource.php [new file with mode: 0644]
framework/Itip/lib/Horde/Itip/Resource/Base.php [new file with mode: 0644]
framework/Itip/lib/Horde/Itip/Response.php [new file with mode: 0644]
framework/Itip/lib/Horde/Itip/Response/Type.php [new file with mode: 0644]
framework/Itip/lib/Horde/Itip/Response/Type/Accept.php [new file with mode: 0644]
framework/Itip/lib/Horde/Itip/Response/Type/Base.php [new file with mode: 0644]
framework/Itip/lib/Horde/Itip/Response/Type/Decline.php [new file with mode: 0644]
framework/Itip/lib/Horde/Itip/Response/Type/Tentative.php [new file with mode: 0644]