I want to add invitees while scheduling meeting/event in such a way that EKEventEditViewController shows all the invitees pre-populated into it.But apple's documentation shows that invitees array is a read only property and we can not assign value to it.
I have seen it in some of the calendar apps where scheduling an event is done with custom interface and
with the custom fields(pre-populated invitees).I am confused that how can i achieve that?
Thanks In Advance. VD