From 52a624bc427af368ff469d66a3ceb9dba4b4417e Mon Sep 17 00:00:00 2001 From: k3b Date: Thu, 3 Apr 2014 19:57:57 +0200 Subject: [PATCH 1/3] Added CalendarIcsAdapter --- metadata/org.dgtale.CalendarIcsAdapter.txt | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/org.dgtale.CalendarIcsAdapter.txt diff --git a/metadata/org.dgtale.CalendarIcsAdapter.txt b/metadata/org.dgtale.CalendarIcsAdapter.txt new file mode 100644 index 0000000000..f133aa57af --- /dev/null +++ b/metadata/org.dgtale.CalendarIcsAdapter.txt @@ -0,0 +1,32 @@ +Categories:Office,System,Calendar +License:GPLv3 +Web Site: +Source Code:https://github.com/k3b/CalendarIcsAdapter +Issue Tracker:https://github.com/k3b/CalendarIcsAdapter/issues + +Auto Name:Andoroid Calendar Event ics Import/Export +Summary:Calendar im/export of ics files +Description: +Android calendar event import/export via ics file/email-attachment/send. + +'''Import to calendar:''' CalendarIcsAdapter allows you to import an event as the content of an ics-file or an +ics-email-attachment into your android calendar. + +'''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. +. + +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 +. + +Repo Type:git +Repo:https://github.com/k3b/CalendarIcsAdapter.git + +Build:1.5.1-140402,7 + commit=v1.5.1 + +Auto Update Mode:Version v%v +Update Check Mode:Tags From 946ebecaf11f1812f8e0914630b3b3a3bdec8775 Mon Sep 17 00:00:00 2001 From: k3b Date: Fri, 4 Apr 2014 11:24:19 +0200 Subject: [PATCH 2/3] updated descrition --- metadata/org.dgtale.CalendarIcsAdapter.txt | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/metadata/org.dgtale.CalendarIcsAdapter.txt b/metadata/org.dgtale.CalendarIcsAdapter.txt index f133aa57af..1599299f0d 100644 --- a/metadata/org.dgtale.CalendarIcsAdapter.txt +++ b/metadata/org.dgtale.CalendarIcsAdapter.txt @@ -9,17 +9,26 @@ Summary:Calendar im/export of ics files Description: Android calendar event import/export via ics file/email-attachment/send. -'''Import to calendar:''' CalendarIcsAdapter allows you to import an event as the content of an ics-file or an -ics-email-attachment into your android calendar. +'''Import to calendar:''' CalendarIcsAdapter allows you to import an event +as the content of an ics-file or an ics-email-attachment into your android +calendar. '''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. -. +bluetooth you can send the event data to somebodey elses computer and invite +him/her. -Status: Works with android 4.0 and up. Should work with android 2.1 and up +'''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 android 2.1 and up 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 From da9e74afeceb77b715ecf9dfa322550439fc5c70 Mon Sep 17 00:00:00 2001 From: k3b Date: Fri, 4 Apr 2014 14:02:15 +0200 Subject: [PATCH 3/3] added website --- metadata/org.dgtale.CalendarIcsAdapter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/org.dgtale.CalendarIcsAdapter.txt b/metadata/org.dgtale.CalendarIcsAdapter.txt index 1599299f0d..f043f0d10c 100644 --- a/metadata/org.dgtale.CalendarIcsAdapter.txt +++ b/metadata/org.dgtale.CalendarIcsAdapter.txt @@ -1,6 +1,6 @@ Categories:Office,System,Calendar License:GPLv3 -Web Site: +Web Site:https://github.com/k3b/CalendarIcsAdapter/wiki Source Code:https://github.com/k3b/CalendarIcsAdapter Issue Tracker:https://github.com/k3b/CalendarIcsAdapter/issues