Unable to add EKParticipant to an EKEvent

Hi,


We have a requirement where we need to create an event in iCal on mac OSx. We are stuck on a point where attendee is a read-only property of EKEvent and we are not able to add EKParticipant to an EKEvent. We need to know, is it possible to create an event using Even Kit API in MAC OSx with attendee’s information?

Replies

Have you found a solid solution to this? I haven´t found any answers to this problem all over the web execpt clever, but unsupported hacks.

Would love an answer to this as well.

>we are not able to add EKParticipant to an EKEvent.


From the docs...

-=-

Overview


Do not create

EKParticipant
objects directly. Instead, use the property attendees on
EKCalendarItem
to return an array of
EKParticipant
objects.


EventKit cannot add participants to an event nor change participant information. Use the properties in this class to get information about a participant.


A participant can be a person, group, room, or other resource.