Skip to content

ScheduleKit is a new graphical event management framework for Mac OS X that provides a great way to display a set of event-like objects (with basically starting date and duration properties) either a day or week based timetable.

License

Notifications You must be signed in to change notification settings

wowmendezz/ScheduleKit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

ScheduleKit is a new graphical event management framework for Mac OS X that provides a great way to display a set of event-like objects (with basically starting date and duration properties) either a day or week based timetable.

#Features

  • Automatic event management and layout via SCKEventManager using a data source pattern.
  • Built-in event conflict management (though there's a lot to be done here yet!)
  • Support for event objects' properties being changed at any time via key-value observing. This is great for event objects that are currently stored on a network database, provided that if an event changes on a remote computer, the grid automatically repositions it if needed.
  • Built-in day/week navigation support via IBAction connections, with automatic event fetching from the data source object, too.
  • Built-in zooming capability, either via IBAction connections or via gestures.
  • Built-in event drag & drop support with optional delegate methods that allow customization of this behavior.
  • Built-in delegate methods to allow drawing of unavailable time ranges.

ScheduleKit

#Requirements

  • OS X 10.10
  • Xcode 6.

#Mantainers

#License

ScheduleKit is available under the MIT license. See the LICENSE file for more info.

About

ScheduleKit is a new graphical event management framework for Mac OS X that provides a great way to display a set of event-like objects (with basically starting date and duration properties) either a day or week based timetable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Objective-C 100.0%