ScheduleKit
ScheduleKit copied to clipboard
ScheduleKit is a powerful graphical event management framework for macOS that provides a great way to display a set of event-like objects in either a day or week based timetable.
Event at wednesday and thursday display error, please help me fix it [  ](url)
Once updated to Swift4, found some discrepancy while dragging events in WeekView. Attached video. Once I drag event and release mouse, I expect time 11:12, but delegate shouldChangeDateOfConcreteEvent returns newValue...
 public var dayEndHour = 24 { didSet { (self.scheduleView as! SCKGridView).invalidateUserDefaults() } }
Sunday is shown, Friday is not when sat/sun are unchecked. When sat is checked, it's not shown.  ![screen shot 2017-06-19 at 5...
Thank you for the framework, it's amazing!! I am getting crash when trying to change event's date to the next week. Looks like commenting out the assert statement helps to...
Event views representing events in conflict with multiple events that are not conflicting with one another may not have the correct size or position within the horizontal axis. TBD