Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello
i want to create custom calendar events for iOS, and have succeeded in obtaining one `eventIdentifier` for weekly, monthly and yearly events using:

Objective-C
initRecurrenceWithFrequency:
   interval:
   daysOfTheWeek:
   daysOfTheMonth:
   monthsOfTheYear:
   weeksOfTheYear:
   daysOfTheYear:
   setPositions:
   end:



now i want to do the same for daily events.

for example i want one daily event (eventIdentifier) from:
**6AM -> 8AM** and **2PM -> 5PM** and **9PM -> 11PM**

how can i do that?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900