I use Klazuka/Kal controller for selection dates.when I add events from two different arrays.so
basically I have two array in which there is different dates. so,I want to distinguish these two
arrays dates when they show as an event in calender.
Please suggest some way to get out of this.Thanks.
CGColor is a property of a EKCalendar. There is no property of EKEvents to set color to it. All the events in a particular calendar would have the same color.
You can create different calendar for the color differentiation
Refer this