Skip to content

zkoss/zkcalendar

Repository files navigation

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

<dependency>
    <groupId>org.zkoss.calendar</groupId>
    <artifactId>calendar</artifactId>
    <version>${version}</version>
</dependency>

Quick Example

<calendar width="100%" height="600px"/>

Run Demo at Local

License

Documentation

Support

Contribution

See contributing.md