I want to achieve a task in which i want to add different colors for different events using Calendar Kit pod.
Asked
Active
Viewed 227 times
1
-
Please, add a bit of code you're using with CalendarKit. Otherwise, refer to the code in CalendarApp here: https://github.com/richardtop/CalendarApp/blob/master/Calendar/EKWrapper.swift#L48 So, just make a bridge between the `EKEvent` and `CalendarKit.EventDescriptor` as shown in the EventWrapper.swift code – Richard Topchii Mar 18 '22 at 20:12