Plans
- Develop a robust 100% Java iCal library. This library should
support the entire RFC 2445 standard.
Initial Goals:
- Parse iCal VEVENT files into objects
- Export VEVENT objects into iCal data
- Provide JUnit tests to validate parsing/importing and exporting
- Provide API to query loaded iCal objects
- Provide parsing of Outlook CSV files so we can create a csv2ical
utility (which there is a need for)
- Add support for VTODO and VJOURNAL
- Add support for VTIMEZONE (and all the various timezones)
- Support for xCal-Basic
- Support for iTIP (RFC 2446)
- Support for iMIP (RFC 2447)
- Support for CAP (RFC 3283)
- More coming soon...
|
|
|