Releases: neelsomani/pretty-calendar
Pretty Calendar v1.2
New updates:
- added end times for events
- new algorithm for arranging events side-by-side
- fixed namespace issues
Pretty Calendar v1.1.1
Patch for large screens.
Also replaced JS "hacks" with more manageable and semantic code.
Pretty Calendar v1.1
A complete version of Pretty Calendar for jQuery. While the features in this version are somewhat limited, the plugin is extremely customizable.
Some built-in features include:
- optional navigation button with hooks
- generating the document objects on the fly
- custom labels for days
The calendar is really designed to be fed events in the form of arrays. The arrays can be generated with any server-side language from any database - the choice is left up to the developer. The final array that is passed to the Pretty Calendar object only needs 4 elements - the day it should be listed under, the time, the name of the event, and the background color.
Events can be generally customized through CSS and advanced customization is achievable with jQuery. All events are automatically given IDs along with all divs, so very little Javascript actually needs to be executed to get the calendar looking the way you want it.