A simple and fast iCal parser.
 
 
 
Go to file
Tanguy Pruvot d1561547d8 some tests for cache 2010-10-31 00:23:00 +02:00
blocks implement EXDATE exclusions 2010-10-30 22:44:07 +02:00
demo implement frequency cache, actually only set in some cases : count recurrence or using lastOccurrence() 2010-10-30 20:54:42 +02:00
helpers fix and reenable cache creation when possible 2010-10-31 00:13:31 +02:00
tests some tests for cache 2010-10-31 00:23:00 +02:00
.gitignore ignore built file 2010-10-29 06:17:22 +02:00
README README v0.7.0 2010-10-30 23:22:16 +02:00
SG_iCal.php v0.7.0 2010-10-30 22:47:53 +02:00
build.cmd
build.sh

README

About this fork (forked at v0.5.0 from http://github.com/fangel/SG-iCalendar)

Changelog :

0.7.0-tpr (30 oct 2010)
 + ical EXDATE support (excluded dates in a range)
 + $event->isWholeDay()
 + getAllOccurrences() for repeated events
 + implemented a cache for repeated events

0.6.0-tpr (29 oct 2010)
 + Added demo based on fullcalendar
 + Added duration unit tests
 + Support of Recurrent events in query Between()
 * various fixes on actual (5) issues

Fixed