I have a iPad app that needs to have multiple calendars, one for each employee, and one giving a consolidated view of all of the employee’s calendars.
Does either Kai or EventKit support this requirement? If not, is there a calendar API that will?
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.
Event Kit does this… Provided that you have an EKEventStore called myEventStore, define the calendar array like so:
and fetch the events like this