In article <[email protected]>, Andreas Hoschler <[email protected]> wrote:
> 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? I think you're looking at the wrong problem. It's mainly an issue of getting some objects you have coerced into the iCalendar format. I do this, for example, with calendaRSS: http://cal.subsume.com/ No special server needed. The current server version uses Ruby, but the original version from 2002 used ObjC. I could send you the class file, but it was simple enough for my special case of RSS feeds that I hard coded a lot of it. -- iPhone apps that matter: http://appstore.subsume.com/ My personal UDP list: 127.0.0.1, localhost, googlegroups.com, theremailer.net, and probably your server, too. _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
