According to the requirement i only need minimum input in event store for adding event to calender.
So i want to hide/remove invitees and repeat from EKEventEditViewController.
Is there any way i can do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I presume your talking about the displaying of the invitees and repeat options
from EKEventEditViewController?
Having looked at the current API for EKEventEditViewController it doesn’t look like there is a way.
However, you could create a custom view controller that replicated the look of the EKEventEditViewController minus the event options you are not interested. You’d need to construct the interface, code the view controller and a delegate interface. It’s more effort than using EKEventEditViewController but I can’t see you achieving what you want any other way.