An alternative would be using SabreDAV with PHP, which makes it very easy to hack something together.
You would, however, have to access database directly and build calendar entities from raw data, so depending on what you want to do, Sebastian's suggestion might make more sense. Regards, Ivan Vučica via phone > On 25 Oct 2013, at 15:33, Andreas Höschler <[email protected]> wrote: > > Hi all, > > we have an Objective-C based database application running on GNUstep. The > database stores calendar events (appointments, meetings, memos,...) beside > many other business objects. > > We need to somehow sync the iPhone Calendar of users with our proprietary > database. What we probably need to develop is an Objective-C based service > that connects to our database on one side and behaves as a CalDAV server on > the other side. > > iPhone ----> Objective-C based service (CalDAV server implementation) > ----> our proprietary RDBMS > > Has anyone already done something like that (Objective-C based CalDAV server)? > > Hints to documentation, projects, existing libraries or frameworks are > greatly appreciated? > > Thanks a lot, > > Andreas > > > > > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
