Add to calendar: cleanup, disable until it can be built

This commit is contained in:
Daniel Martí 2014-04-05 11:57:35 +02:00
parent d6652193fb
commit 3401fc51b7

View file

@ -1,23 +1,17 @@
Categories:Office,System,Calendar Categories:Office,System
License:GPLv3 License:GPLv3
Web Site:https://github.com/k3b/CalendarIcsAdapter/wiki Web Site:https://github.com/k3b/CalendarIcsAdapter/wiki
Source Code:https://github.com/k3b/CalendarIcsAdapter Source Code:https://github.com/k3b/CalendarIcsAdapter
Issue Tracker:https://github.com/k3b/CalendarIcsAdapter/issues Issue Tracker:https://github.com/k3b/CalendarIcsAdapter/issues
Auto Name:Andoroid Calendar Event ics Import/Export Auto Name:Add to calendar
Summary:Calendar im/export of ics files Summary:Import and export .ics calendar files
Description: Description:
Android calendar event import/export via ics file/email-attachment/send. Helper that opens files of type text/calendar and displays the "Add to
calendar" dialog pre-populated. It also supports exporting calendars, either
'''Import to calendar:''' CalendarIcsAdapter allows you to import an event as a file or as an attachment. This is a fork of [[org.dgtale.icsimport]] that
as the content of an ics-file or an ics-email-attachment into your android adds the export functionality and tries to support Android versions prior to
calendar. 4.0.
'''Send Event to...''' From the android calendar you can
send the currently selected event to any installed app that can receive text
and/or attachments. If you choose your email client (i.e. k9mail) or
bluetooth you can send the event data to somebodey elses computer and invite
him/her.
'''Required Android Permissions:''' '''Required Android Permissions:'''
* READ_CALENDAR used to export events from calendar * READ_CALENDAR used to export events from calendar
@ -25,17 +19,15 @@ him/her.
'''Status:''' Works with android 4.0 and up. Should work with android 2.1 and up '''Status:''' Works with android 4.0 and up. Should work with android 2.1 and up
but it is not garanteed, since there was no standard calender api before android 4.0 but it is not garanteed, since there was no standard calender api before android 4.0
This is a fork of icsimport. Current improvements:
* implement export and
* support for android prior to 4.0.
. .
Repo Type:git Repo Type:git
Repo:https://github.com/k3b/CalendarIcsAdapter.git Repo:https://github.com/k3b/CalendarIcsAdapter.git
Build:1.5.1-140402,7 Build:1.5.1-140402,7
disable=wrong package id, jars
commit=v1.5.1 commit=v1.5.1
Auto Update Mode:Version v%v Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:None