updated descrition

This commit is contained in:
k3b 2014-04-04 11:24:19 +02:00
parent 52a624bc42
commit 946ebecaf1

View file

@ -9,17 +9,26 @@ Summary:Calendar im/export of ics files
Description: Description:
Android calendar event import/export via ics file/email-attachment/send. 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 '''Import to calendar:''' CalendarIcsAdapter allows you to import an event
ics-email-attachment into your android calendar. 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 Event to...''' From the android calendar you can
send the currently selected event to any installed app that can receive text 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 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 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