0

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

Sandeep Bansal
  • 6,280
  • 17
  • 84
  • 126

1 Answers1

2

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.

Arnaud Quillaud
  • 4,420
  • 1
  • 12
  • 8