forwardemail / caldav-adapter

CalDAV server for Node.js and Koa. Modernized and maintained for @forwardemail
https://forwardemail.net
MIT License
27 stars 9 forks source link

Which clients has this been tested with? #1

Closed voxpelli closed 5 years ago

voxpelli commented 5 years ago

Very excited to someone work on a project like this! I have often thought of building something on top of Caldav, but never had the time to read up on the protocol.

How far have you gotten in the implementation? Does it work with eg. Apple's Calendar app or with eg. Google's? Or is the support yet more basic than that?

Anything you would need help with?

sedenardi commented 5 years ago

Hi there, thanks for your interest. I definitely need to add to the documentation the info you've asked about.

For the current stable version:

My immediate roadmap includes (v2):

My future roadmap includes:

Since the recurring event and ISO timestamp stuff significantly changes the API, I want to get that out of the way before I start adding tests. If porting to other frameworks, like Express, interests you, feel free to take a stab at it. Most of the request handling code in koa.js can probably be interfaced away to use another framework's req/res/context model fairly easily.

sedenardi commented 5 years ago

Closing this for now. I've updated the README with the clients tested with (as well as a ton of other documentation).