Opened 14 years ago
Closed 13 years ago
#2482 closed enhancement (wontfix)
Improvements to iCalendar module
Reported by: | Owned by: | Dustin Machi | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have reworked the dojo/src/cal/iCalendar.js file to provide several improvements. The module now uses standard Dojo class declarations, several convenience methods have been added, and support for (nearly) the full range of VEvent recurrence rules is now available.
The internals of the various objects have changed significantly, and some old methods are now marked as deprecated, but I believe that I have maintained full backward compatibility.
Also included is a set of automated tests, including tests for a wide range of recurrence rules. The tests rely on the dojo.date.toIso8601() method provided in this ticket: http://trac.dojotoolkit.org/ticket/2480
Attachments (2)
Change History (4)
Changed 14 years ago by
Attachment: | iCalendar.js added |
---|
comment:1 Changed 14 years ago by
Owner: | changed from anonymous to Dustin Machi |
---|
Unsure what the fate is of the icalendar code
comment:2 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Will not fix for now. Can be started as a dojox project in the future.
Improved iCalendar module.