Application
Interfaces, Classes, Traits and Enums
- Kronolith_Icalendar_Storage
- CalendarInterface
- Base calendar interface
- CalendarProviderInterface
- Public interface of a calendar backend
- EventInterface
- Public interface of a kronolith event
- WritableCalendarInterface
- Writable calendar interface
- Kronolith_Block_Month
- Display a mini month view of calendar items.
- Kronolith_Block_Monthlist
- Display a list of calendar items grouped by month.
- Kronolith_Block_Prevmonthlist
- Display a list of previous calendar items grouped by month.
- Kronolith_Block_Summary
- Block to display a summary of calendar items.
- Kronolith_Factory_Driver
- Horde_Injector based factory for Kronolith_Driver.
- Kronolith_Factory_IcalendarStorage
- Horde_Injector based factory for Icalendar storage.
- Kronolith_Factory_Storage
- Kronolith_Icalendar_Storage_Null
- Noop storage driver for CalDAV data
- Kronolith_Icalendar_Storage_Sql
- Simple storage for caldav related data
- Event
- The storage independent Kronolith event
- EventDeleted
- The EventDeleted event/message
- EventDeletedListener
- Event Delete Operation Handler
- EventPut
- The EventPut event/message
- EventPutListener
- Event Put Operation Handler
- ListenerProvider
- An EventDispatcher ListenerProvider
- CalendarTrait