Skip to content
Matt Vickery edited this page Jan 9, 2019 · 19 revisions

Welcome to the gds-calendar wiki!

The gds-calendar component is an open source Java based calendar based on the use of a collection of Java java.time.LocalDate objects.

Supports

  1. Simple creation of calendars using a Java API as well as automatic creation through property files.
  2. Easy calendar management - adding and removing dates and DayOfWeek from any calendar.
  3. Support for Spring converter objects Converter<String, LocalDate> and Converter<String, LocalDateCalendar> so LocalDate and LocalDateCalendar objects can be created from strings in properties files.
  4. Calendar event callback via listener registration.
Clone this wiki locally