oCalendar is a jQuery plugin that allows you to add an event calendar to your sites or projects easily. You can add, edit and delete events from the client side.
Features
- easy to integrate
- resizable
- search events
- 10 different themes
- easy to change language
- add, edit and delete events from client side
- add, edit and delete operation constraint
- db support using json
Usage
Create a div in your html and give an identifier.
Then;
$(”#calendar”).oCalendar();