On 23 Jun '08, at 4:37 AM, Devraj Mukherjee wrote:

I wondering if OSX Server components like iCal server or Address Book
server (which I assume is LDAP based) have Cocoa libraries to
populate/query data. I am trying to construct a Cocoa application but
wish to re-use as much of Apple's apps/technologies as I can.

There's a DirectoryServices API for working with shared directories like LDAP and OpenDirectory, which is what Mac OS X Server uses.

For accessing the calendar you can use the iCal framework. If the user has configured iCal to sync with a calendar server, you'll be able to access that data from the framework's API.

—Jens_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to