Member Login Log In | Not a Member? Contact ADC
Reference Library: Apple Applications
This page lists new and recently changed documents, including Articles, Guides, Reference, Release Notes, Sample Code, Technical Notes, and Technical Q&As. Most documents have a revision history, which details additions and changes to that document since the previous version. Look for "Revision History" at the bottom of the document or in the document's table of contents.

Items are listed in reverse chronological order by publication date. To see the list sorted by the type of revision, click Sort by Revision Type. Items published for the first time (First Version) will be at the top of the list, followed by items with new or changed content (Content Update), followed by items with small fixes, such as typos and format errors, but no significant content changes (Minor Change).

New and updated Reference Library documents are announced in the bi-weekly Apple Developer Connection News, available as an option to ADC members. See the Membership Overview page for details on joining.
Document Revision Descriptions
On Off
Sorted by
Date
Sort by
Title
Sort by
Revision Type
Sort by
Resource Type
2007-10-31 Apple Applications Schema Reference (HTML) (PDF)
Minor updates throughout.
Content Update Reference
2007-10-31 Calendar Store Programming Guide (HTML) (PDF)
New document that describes concepts and common tasks when using the Calendar Store framework to access iCal data.
First Version Guides
2007-10-31 Mac OS X Server iCal Service Administration (PDF)
New document for Mac OS X Server Version 10.5.
First Version Guides
2007-10-31 Sync Services Framework Reference (HTML) (PDF)
Added ISyncUIHelper.
Content Update Reference
2007-10-31 Sync Services Programming Guide (HTML) (PDF)
Updated sync schema description to reflect the addition of the UIHelperClass key.
Content Update Guides
2007-10-31 Sync Services Release Notes (10.5) (HTML)
New document that describes new features, notes, and known issues for Sync Services on Mac OS X v10.5.
First Version Release Note
2007-10-15 CalendarItems (HTML) (DMG) (ZIP)
Replaced CalPriorityNormal occurences with CalPriorityMedium in the CalController.m file. The CalPriorityNormal is no longer supported in the CalendarStore framework in Mac OS X Leopard. You would get an "undeclared (first use in this function)" message if you use the CalPriorityNormal constant to set a task whose priority is medium. The CalendarStore framework in Mac OS X Leopard supports the CalPriorityMedium constant for a task whose priority is medium.
Minor Change Sample Code