-
Notifications
You must be signed in to change notification settings - Fork 44
Downloads
Mike Angstadt edited this page Nov 23, 2015
·
14 revisions
Version | Release Date | Downloads |
---|---|---|
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) |
#Maven
<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