Introduction
From Documentation
ZK Calendar is a Google-Calendar-like Ajax component providing rich and intuitive scheduling functionality. One of the main benefits of ZK Calendar is it can be embedded into existing Java EE applications with minimal effort. The calendar can work seamlessly with other ZK components and support function and style customization.
ZK Calendar boasts all the advanced features of a modern-day calendar such as daily, weekly, and monthly views, drag-n-drop, multiple time zones, and permission control.
Go to see Online Demo
Important Change
Since 3.0.0
- New look and feel
- Some event name and class name renaming
- Support java 8 new date API (java.time.*)
- Require Java 8 or above
The example project is at Github