The k5n Desktop Calendar (k5nCal, for short) is a Java-based calendar application for your desktop. It shares features with applications like Apple iCal and Microsoft Outlook, but it’s open source (free) and cross-platform (Mac, Linux, Windows).
The application is built upon Java Calendar Tools (also developed by k5n.us), and all data is stored in RFC 2445 iCalendar format.
Table of Contents
Features
- Simple and intuitive user interface
- Supports Mac OS X, Linux or Windows (requires Java 1.5)
- Import calendar data in iCalendar (RFC2445) or CSV (MS Outlook) format
- Subscribe to remote calendars (icalshare.com, etc.)
- Open source license: Use it free of charge , or download it and modify the source code.
Github.com Services
Development resources from Github are used in the development of k5ncal.
For a list of developer resources, see the Developers page.
Licensing
The k5n Desktop Calendar contains both custom code and 3rd party libraries. All custom code is licensed under the GNU General Public License, version 2.
For more information about this license:
Note: For those not familiar with the GPL, this license means that k5nCal is free to use.
3rd Party Libraries
The following 3rd party libraries are bundled with the k5n Desktop Calendar:
- Java Calendar Tools
- URL: http://www.k5n.us/javacaltools.php
- License: GNU GPL
- License URL: http://www.fsf.org/licensing/licenses/gpl.html
- Joda Time
- URL: http://joda-time.sourceforge.net/index.html
- License: Apache License 2.0
- License URL: http://joda-time.sourceforge.net/license.html
- k5n AccordionPane
- URL: http://www.k5n.us/k5naccordion.php
- License: GNU GPL
- License URL: http://www.fsf.org/licensing/licenses/gpl.html
- Google RFC2445
- URL: http://code.google.com/p/google-rfc-2445/
- License: Apache License 2.0
- License URL: http://www.apache.org/licenses/
- Java CSV Library
- URL: http://sourceforge.net/projects/javacsv/
- License: LGPL
- License URL: URL: http://www.gnu.org/licenses/lgpl.html
- JCalendar Library
- URL: http://www.toedter.com/en/jcalendar/
- License: LGPL
- License URL: http://www.toedter.com/en/jcalendar/license.html
- BrowserLaunch2
- URL: http://browserlaunch2.sourceforge.net/
- License: LGPL
- License URL: http://www.gnu.org/licenses/lgpl.html