Search code examples
androidiossynchronizationcaldavcarddav

Is there anything similar to Cal/CardDAV in android


I have an app that has been designed for iOS. I have the CalDAV and CardDAV feature as part it that is used to sync the events and contacts from my app to the device. I'm now creating an android app and would like to know if there is something similar. Thanks in advance.


Solution

  • I think i could use a CalendarProvider and a ContactProvider but would be good if someone could throw some light on this.