Retired Document
Important:
The CalendarStore framework is deprecated as of OS X 10.8 Mountain Lion. It is recommended that you use the Event Kit framework instead. EKEvent is the replacement class for CalEvent. Consult Event Kit Framework Reference for more information.
Deprecated CalEvent Methods
A method identified as deprecated has been superseded and may become unsupported in the future.
Deprecated in OS X v10.8
attendees
An array of invited guests or an empty array if there are no attendees. This property is read-only. (read-only) (Deprecated in OS X v10.8.)
Availability
- Available in OS X v10.5 and later.
- Deprecated in OS X v10.8.
Declared In
CalEvent.hendDate
The end date and time for this event. (Deprecated in OS X v10.8.)
Discussion
An error occurs if you attempt to save an event whose start date occurs after the end date.
Availability
- Available in OS X v10.5 and later.
- Deprecated in OS X v10.8.
Declared In
CalEvent.hisAllDay
YES if this is an all day event; otherwise, NO. (Deprecated in OS X v10.8.)
Availability
- Available in OS X v10.5 and later.
- Deprecated in OS X v10.8.
Declared In
CalEvent.hisDetached
Returns whether or not an event is detached. This property is read-only. (read-only) (Deprecated in OS X v10.8.)
Availability
- Available in OS X v10.5 and later.
- Deprecated in OS X v10.8.
Declared In
CalEvent.hlocation
A description of the location of this event. (Deprecated in OS X v10.8.)
Availability
- Available in OS X v10.5 and later.
- Deprecated in OS X v10.8.
Declared In
CalEvent.hoccurrence
The occurrence date of an event. This property is read-only. (read-only) (Deprecated in OS X v10.8.)
Availability
- Available in OS X v10.5 and later.
- Deprecated in OS X v10.8.
Declared In
CalEvent.hrecurrenceRule
The recurrence rule of an event. (Deprecated in OS X v10.8.)
Availability
- Available in OS X v10.5 and later.
- Deprecated in OS X v10.8.
Declared In
CalEvent.hstartDate
The start date and time for this event. (Deprecated in OS X v10.8.)
Discussion
An error occurs if you attempt to save an event whose start date occurs after the end date.
Availability
- Available in OS X v10.5 and later.
- Deprecated in OS X v10.8.
Declared In
CalEvent.hevent
Creates and returns a newly allocated CalEvent object. (Deprecated in OS X v10.8.)
Discussion
Use the saveEvent:span:error: method to save a new event to the iCal database.
Availability
- Available in OS X v10.5 and later.
- Deprecated in OS X v10.8.
See Also
Declared In
CalEvent.h© 2012 Apple Inc. All Rights Reserved. (Last updated: 2012-07-23)