fdroiddata/metadata/de.k3b.android.calendar.ics.adapter.txt

59 lines
2.6 KiB
Plaintext
Raw Normal View History

Categories:Office,System
2014-04-03 17:57:57 +00:00
License:GPLv3
2014-04-04 12:02:15 +00:00
Web Site:https://github.com/k3b/CalendarIcsAdapter/wiki
2014-04-03 17:57:57 +00:00
Source Code:https://github.com/k3b/CalendarIcsAdapter
Issue Tracker:https://github.com/k3b/CalendarIcsAdapter/issues
Name:Calendar ICS adapter
2014-04-11 05:00:43 +00:00
Auto Name:android.calendar.ics.adapter
Summary:Import and export .ics/.ical calendar file entries.
2014-04-03 17:57:57 +00:00
Description:
Helper that opens *.ics or *.ical files or attachments of type text/calendar and
2014-04-08 17:04:57 +00:00
displays the "Add to calendar" dialog pre-populated.
It also supports exporting calendar entries, either
as a file or as an attachment.
'''Status:'''
* Works with android 4.0 and up.
* Should work with most android 2.1 and up but it is not garanteed, since there was no standard calender api before android 4.0.
* Works with k9-mail [[com.fsck.k9]] to import and export calender-events via ics-file-attachments.
* Works with "send to bluetooth"
* Does not work with "receive bluetooth" because android blocks receiving "*.ics" files.
* As a workaround you can receive "*.ical" files via bluetooth that can be imported.
2014-04-03 17:57:57 +00:00
2014-04-04 09:24:19 +00:00
'''Required Android Permissions:'''
* READ_CALENDAR used to export events from calendar
* WRITE_EXTERNAL_STORAGE used to store the created ics-file so that it can be attached to email or send via bluetooth.
'''Sources:'''
This is a fork of [[org.dgtale.icsimport]] that
* adds the export functionality and
* supports Android versions prior to 4.0.
The following third party libraries are used:
* [[http://ical4j.sourceforge.net|ical4j]] A Java library for reading and writing iCalendar (*.ics) files. ical4j requires these libs/jars that are under terms of a separate license:
* [[http://commons.apache.org/proper/commons-logging/|commons-logging]] Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems,
* [[http://commons.apache.org/lang/|commons-lang]] classes that are in java.lang's hierarchy, or are considered to be so standard ,
* [[http://commons.apache.org/proper/commons-codec/|commons-codec]] simple encoder and decoders for various formats such as Base64 and Hexadecimal.,
* [[http://backport-jsr166.sourceforge.net/|backport-util-concurrent]] Dawid Kurzyniec's backport of JSR 166.
2014-04-03 17:57:57 +00:00
.
Repo Type:git
Repo:https://github.com/k3b/CalendarIcsAdapter.git
Build:1.5.3-140409,9
commit=v1.5.3
Maintainer Notes:
Jars used in 1.5.3 are the same ones that were used in org.dgtale.icsimport.
Check them again if they are changed. Will switch to source libraries or
gradle deps soon.
.
Auto Update Mode:Version v%v
2014-04-08 17:04:57 +00:00
Update Check Mode:Tags
Current Version:1.5.3-140409
Current Version Code:9