Merge branch 'master' of https://gitlab.com/k3b/fdroiddata
Conflicts: metadata/de.k3b.android.calendar.ics.adapter.txt
This commit is contained in:
commit
2949427e22
|
@ -6,27 +6,21 @@ Issue Tracker:https://github.com/k3b/CalendarIcsAdapter/issues
|
|||
|
||||
Name:Calendar ICS adapter
|
||||
Auto Name:android.calendar.ics.adapter
|
||||
Summary:Import and export .ics calendar files
|
||||
Summary:Import and export .ics/.ical calendar file entries.
|
||||
Description:
|
||||
Helper that opens *.ics files or attachments of type text/calendar and
|
||||
displays the "Add to calendar" dialog pre-populated.
|
||||
Use a filemanager (i.e. [[org.openintents.filemanager]]), emailclient (i.e. [[com.fsck.k9]]) or bluetooth to import or export
|
||||
android calendar entries via *.ics or *.ical files or attachments of type text/calendar.
|
||||
|
||||
It also supports exporting calendars, either
|
||||
as a file or as an attachment.
|
||||
The android.calendar.ics.adapter has no gui of its own.
|
||||
If you open an event from
|
||||
the android calendar you can choose between "view event" and "send event to ...".
|
||||
If you open an event from file/attachment you get a prepopulated "add to calender-form".
|
||||
|
||||
This is a fork of [[org.dgtale.icsimport]] that
|
||||
adds the export functionality and tries to support Android versions prior to
|
||||
4.0.
|
||||
android.calendar.ics.adapter is a fork of [[org.dgtale.icsimport]] that uses the [[http://ical4j.sourceforge.net|ical4j]] library.
|
||||
|
||||
'''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.
|
||||
|
||||
'''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 [[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 "*.ics_" files via bluetooth that can be imported.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -41,7 +35,7 @@ Check them again if they are changed. Will switch to source libraries or
|
|||
gradle deps soon.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.5.3.10-140416
|
||||
Current Version Code:10
|
||||
|
|
Loading…
Reference in a new issue