Sandeep Bansal
Sandeep Bansal

Reputation: 6394

CalDav server for custom Calendar

I'm trying to look in to a CalDav implementation in my own custom calendar. At the moment I have a jquery/bootstrap calendar functioning with a MySQL database, what I'd like to do now is have that database sync with my phone using CalDav. Does anyone know what I might need to achieve this?

Thanks

Upvotes: 0

Views: 939

Answers (1)

Arnaud Quillaud
Arnaud Quillaud

Reputation: 4635

This is a rather broad question but a good starting point is http://calconnect.org/caldav/ . The implementation section especially has a pretty decent list of libraries and open source projects.

Upvotes: 2

Related Questions