CalendarFXRecurrence

Contains the RFC 2445 support.

License

License

Apache 2.0
GroupId

GroupId

com.calendarfx
ArtifactId

ArtifactId

recurrence
Last Version

Last Version

11.6.4
Release Date

Release Date

Type

Type

jar
Description

Description

CalendarFXRecurrence
Contains the RFC 2445 support.
Project Organization

Project Organization

Dirk Lemmermann Software & Consulting

Download recurrence

How to add to project

<!-- https://jarcasting.com/artifacts/com.calendarfx/recurrence/ -->
<dependency>
    <groupId>com.calendarfx</groupId>
    <artifactId>recurrence</artifactId>
    <version>11.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.calendarfx/recurrence/
implementation 'com.calendarfx:recurrence:11.6.4'
// https://jarcasting.com/artifacts/com.calendarfx/recurrence/
implementation ("com.calendarfx:recurrence:11.6.4")
'com.calendarfx:recurrence:jar:11.6.4'
<dependency org="com.calendarfx" name="recurrence" rev="11.6.4">
  <artifact name="recurrence" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.calendarfx', module='recurrence', version='11.6.4')
)
libraryDependencies += "com.calendarfx" % "recurrence" % "11.6.4"
[com.calendarfx/recurrence "11.6.4"]

Dependencies

compile (1)

Group / Artifact Type Version
joda-time : joda-time jar 2.10.3

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

CalendarFX

A Java framework for creating sophisticated calendar views based on JavaFX. A detailed developer manual can be found online: CalendarFX 8 Developer Manual

Apache-2 license Build Status Maven Central Download LGTM Alerts LGTM Grade Bugs Code Smells Lines of Code Maintainability Rating Quality Gate Status Reliability Rating Security Rating Technical Debt Vulnerabilities

For a quick online demo please checkout JPro and their CalendarFX demo.

Screenshot

Repository Coordinates

CalendarFX can be found on Bintray and The Central Repository as com.calendarfx:view.

Modules

  • CalendarFXView — the main module containing the various calendar views
  • CalendarFXSampler — a demo app based on FXSampler to test controls individually
  • CalendarFXApp — a demo app (day, week, month, year views).
  • CalendarFXiCal — a demo app for working with iCalendar data
  • CalendarFXGoogle — a demo app for working with Google calendars
  • CalendarFXResourceApp — a demo app for the resource calendar view
  • CalendarFXWeather — a demo app for the month sheet view

Running

In the module folder of the corresponding app:

mvn javafx:run

Building

To install the package into the local repository, for use as a dependency in other projects locally:

mvn install

Versions

Version
11.6.4
11.6.1
11.5.0
10.5.0
8.6.1
8.5.1
8.5.0
8.4.2