Skip to content

Commit 6263ca3

Browse files
committed
Readme updated
1 parent b6ce2f7 commit 6263ca3

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@ ScheduleKit is a new graphical event management framework for Mac OS X that prov
77
* Automatic event management and layout via `SCKEventManager` using a data source pattern.
88
* Built-in event conflict management (though there's a lot to be done here yet!)
99
* 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.
10-
* Initial support for asynchronously loading events.
10+
* Support for asynchronously loading events via the `SCKEventRequest` class.
1111
* Built-in day/week navigation support via IBAction connections, with automatic event fetching from the data source object, too.
1212
* Built-in zooming capability, either via IBAction connections or via gestures.
1313
* Built-in event drag & drop support with optional delegate methods that allow customization of this behavior.
1414
* Built-in delegate methods to allow drawing of unavailable time ranges.
1515

1616
<p align="center" >
17-
<img style="max-width:100%" src="http://aurumcode.com/medcode/ScheduleKit.png" alt="ScheduleKit" title="ScheduleKit">
17+
<img style="max-width:100%" src="https://gservera.com/cdn/sck/ScheduleKit.png" alt="ScheduleKit" title="ScheduleKit">
1818
</p>
19+
20+
#Ideas for the future
21+
22+
* Ability to create an event by clicking and dragging on a region of the view (thus, setting the corresponding start and end date values), as suggested by @ronnyek
1923

2024
#Requirements
2125

@@ -24,7 +28,7 @@ ScheduleKit is a new graphical event management framework for Mac OS X that prov
2428

2529
#Mantainers
2630

27-
* [Guillem Servera](htttp://github.com/gservera) ([@guiverane](http://twitter.com/guiverane))
31+
* [Guillem Servera](https://github.com/gservera) ([@guiverane](https://twitter.com/guiverane))
2832

2933
#License
3034

0 commit comments

Comments
 (0)