All releases of EventCal


Release Notes: Unicode fixes. A proper setup.py file and generated setup packages were added.


Release Notes: All strings were converted to use Unicode. Spanish translations for day and month names were added. __getattr__ was replaced with properties. String replacer body were replaced with calls to re.sub so the $ can be escaped with a backslash. The first week of monthview was fixed to properly replace format. About 20 lines of code that generated the first week in the monthview were removed.


Release Notes: This release uses datetime and timedelta objects for storing Events. Month off by one errors are fixed with padded lists. You can set the format of the events on busy days using the busyDayFormat variable in the Calendar class.


Release Notes: Weekview was added. A today function was added, which generates a calendar with the only event being today's date.


No changes have been submitted for this release.