https://github.com/zkoss/zkcalendar
https://github.com/zkoss/zkcalendar
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zkoss/zkcalendar
- Owner: zkoss
- Created: 2014-05-19T04:48:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T10:13:58.000Z (about 1 year ago)
- Last Synced: 2025-04-07T10:33:47.772Z (about 1 year ago)
- Language: Java
- Size: 35.8 MB
- Stars: 7
- Watchers: 24
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# ZK Calendar
A powerful open-source calendar component that brings Google Calendar-like functionality to your Java web applications.
## Features
- Full Ajax-based calendar interface
- Multiple calendar views (month, week, day)
- Drag and drop event management
- Customizable event styling
- Time zone support
# Getting Started
## Maven Installation
```xml
org.zkoss.calendar
calendar
${version}
```
# Quick Example
```xml
```
# Run Demo at Local
# License
* [GPLv2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
# Documentation
* [ZK Calendar Essentials](http://books.zkoss.org/wiki/ZK_Calendar_Essentials)
* [Online Demo](https://www.zkoss.org/zkdemo/zk_calendar/zk_calendar)
# Support
* [Issue Tracker](https://tracker.zkoss.org/projects/ZKCAL/)
* [Forum](https://forum.zkoss.org/)
# Contribution
See [contributing.md](contributing.md)