Release History

Version Date Notes
1.3 2005.09.23
[new] PostgreSQL support added.
[new] Added "dbCharSet" web.xml parameter to allow a DB character set to be specified in the web.xml file.
[enhance] iCal 2.0 decided to delete the whole calendar every time it refreshes it. This caused unnecessary updating in the DB. Now iGroupCal waits 5 seconds after an iCal 2.0 delete request to see if it is followed by an update, and then only makes the necessary updates. If the update is not received, the calendar is deleted as usual.
[fix] Recurrences with a given number of repetitions (i.e. RRULE contains COUNT elements) should now be handled correctly.
[fix] "fieldMarker" parameter is now used consistently throughout the DB access routines.
[fix] Strings are now normalised to account for different OSes and DB characteristics.
[fix] User/Owner mapping is now handled correctly when deleting calendars.
1.2 2005.08.31
[new] MySQL support added.
[new] Added "fieldMarker" web.xml parameter to provide a method for distinguishing the field names from reserved words.
1.1 2005.07.12
[new] First public release.