Is there a C ++ CalDav protocol library for connecting to iCloud // Yahoo

I started working on a Windows C ++ application that should receive Icloud and Yahoo Calendars by connecting to CalDav servers.

Is there a C ++ library that implements this protocol?

+5
source share
1 answer

Is there a C ++ library that implements this protocol?
There are always many good open-source libraries that implement standardized protocols such as CalDav.
They are best hunted by FOSS project hosts (using Google).
Here are a few: -

+1

All Articles