ICSImport
ICSImport copied to clipboard
Little free and open source app for Android that intercepts the VIEW intent for text/calendar files and allows to add it to the calendar
Hi Daniele, When getting any MS Outlook Invitation received by K9-Mail, ICSImport says invalid ICS file. FYI same meeting processed by ICS-Importer seems to work, didn't perform the last step....
I have translated your application into `nl` (*Dutch*). Here is the xml: ```xml Toevoegen aan agenda ``` --- *Translation made with [Stringlate](https://github.com/LonamiWebs/Stringlate).*
I'm trying to import one of schulferien.org's .ics file: http://www.schulferien.org/media/ical/deutschland/ferien_nordrhein-westfalen_2017.ics into cyanogenmod13.0's calendar app. I expect the whole .ics file to be adopted either as a local calendar or as...
A all-day event spanning several days will be created one day too long. For example the following event will last to Nov 5th 2016, altough it should only last to...
Hello, I wanted to import a [calendar entry](http://kalender.kjwien.at/site/calendar_list_month.siteswift?so=site_calendar&do=all&c=vcal&d=calendar%3A1200) from a German speaking webpage, which contains "Büro". This is the Log I fetched: ``` 03-09 09:47:55.931 E/ICS-Import(2409): error processing file:///storage/emulated/0/Download/calendar(8).ics :...
``` BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook 16.0 MIMEDIR//EN VERSION:2.0 METHOD:PUBLISH X-MS-OLK-FORCEINSPECTOROPEN:TRUE BEGIN:VEVENT CLASS:PUBLIC CREATED:20160624T120220Z DESCRIPTION:\n DTEND;VALUE=DATE:20160628 DTSTAMP:20160624T120220Z DTSTART;VALUE=DATE:20160627 LAST-MODIFIED:20160624T120220Z PRIORITY:5 SEQUENCE:0 SUMMARY;LANGUAGE=de:Urlaub TRANSP:OPAQUE UID:040000008200E00074C5B7101A82E00800000000802A73D2A8B1D101000000000000000 010000000595BA5925963B14C81DADA62FA224E80 X-ALT-DESC;FMTTYPE=text/html:\n\n\n\n\n\n\n\n\n\n\n X-MICROSOFT-CDO-BUSYSTATUS:OOF X-MICROSOFT-CDO-IMPORTANCE:1 X-MICROSOFT-DISALLOW-COUNTER:FALSE X-MS-OLK-AUTOFILLLOCATION:TRUE X-MS-OLK-AUTOSTARTCHECK:FALSE X-MS-OLK-CONFTYPE:0...
hi in order to make it run on my old android 2.2 i made these changes My changes Added compatibility support for android 2.1 via local CalendarContract.java. Added recurrence rule...