Skip navigation.
 
mlRe: iCal server Cocoa API?
FROM : Jens Alfke
DATE : Mon Jun 23 19:27:36 2008

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 (<email_removed>)

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/<email_removed>

This email sent to <email_removed>

Related mailsAuthorDate
mliCal server Cocoa API? Devraj Mukherjee Jun 23, 13:37
mlRe: iCal server Cocoa API? Jean-Daniel Dupas Jun 23, 15:12
mlRe: iCal server Cocoa API? Jens Alfke Jun 23, 19:27