-
Notifications
You must be signed in to change notification settings - Fork 44
Downloads
Mike Angstadt edited this page Jan 7, 2024
·
14 revisions
Version | Release Date | Downloads |
---|---|---|
0.6.8 | 2024-01-07 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.6.7 | 2023-02-03 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.6.6 | 2021-01-10 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.6.5 | 2020-11-08 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.6.4 | 2020-10-07 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.6.3 | 2018-12-23 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.6.2 | 2018-04-07 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.6.1 | 2017-02-19 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.6.0 | 2016-07-13 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.5.0 | 2016-07-13 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.4.6 | 2016-05-17 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.4.5 | 2016-02-06 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.4.4 | 2015-11-15 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.4.3 | 2015-09-13 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.4.2 | 2014-05-05 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.4.1 | 2015-01-15 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.4.0 | 2014-11-29 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.3.3 | 2014-05-31 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.3.2 | 2014-01-22 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.3.1 | 2013-09-21 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.3.0 | 2013-08-04 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.2.0 | 2013-07-07 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
0.1.0 | 2013-06-25 | JAR • JAR with Dependencies • Source • Javadocs (JAR | HTML) |
<dependency>
<groupId>net.sf.biweekly</groupId>
<artifactId>biweekly</artifactId>
<version>...</version>
</dependency>
biweekly is maintained by Michael Angstadt
Table of Contents
Getting started
Examples
FAQ
Javadocs
Downloads
1 An Overview of the iCalendar data format
2 Reading and Writing iCalendar data with biweekly
2.1 Plain-text (traditional)
2.2 XML-encoded (xCal)
2.3 JSON-encoded (jCal)
4 Working with Timezones
4.1 0.4.6 and earlier
4.2 0.5.0 and later
5 Dealing with Non-standard Data
5.1 Non-standard components
5.2 Non-standard properties
5.3 Non-standard parameters
6 Project Information
6.1 Dependencies
6.2 Supported Specifications
6.3 Changelog
7 Reference
7.1 iCalendar Component Reference
7.2 iCalendar Property Reference
7.3 Javadocs