CalDAV client

From Arnout Engelen

Jump to: navigation, search

Most CalDAV servers include a web-based client.

However, it'd be nice to be able to switch CalDAV servers without having to switch to an entirely new client. In other words: it would be nice to have a web-based CalDAV client.

It might be interesting to see if such a client could be implemented in Flex/AIR: this would allow for an application that can be used web-based, but also standalone. The standalone version could even aggregate data from multiple CalDAV servers.

Contents

[edit] Fetching the data

As the built-in HTTP functions are rather limited, as3httpclientlib should be used/extended.

[edit] Parsing the data

There doesn't seem to be a ful-fledged ICalendar client written in ActionScript yet. For the time being this one could be used as a read-only client, but something like ical4j should be written for actionscript.

[edit] Displaying the data

...

[edit] Manipulating data

...

Personal tools