ical4android icon indicating copy to clipboard operation
ical4android copied to clipboard

Allows usage of iCalendar files with the Android calendar provider

Results 11 ical4android issues
Sort by recently updated
recently updated
newest added

### Purpose Support task comments. ### Short description - Added a `comment` field to `Task`. - Enabled `Task` to read the `COMMENT` property into the `comment` field - Enabled `Task`...

enhancement

@JorisBodin: I can confirm that this problem still occurs. Looks like `removeRRulesOfExceptions()` works, but is not called at the right moment. --- With version v4.3.16.1-ose and even the latest commit...

bug

We could support `COMMENT` with the Comment field for TasksOrg-compatible tasks: https://github.com/bitfireAT/ical4android/blob/93262f53c2f6e200f73ec9e0ca876e9b120841ae/opentasks-contract/src/main/java/org/dmfs/tasks/contract/TaskContract.java#L1543-L1565 - [x] Add a `comment` field to `Task`. - [x] `Task` should be able to read the `COMMENT`...

enhancement

Solves https://github.com/bitfireAT/davx5/issues/551

Update Github actions, switch to gradle-managed devices if possible (a first try failed because I couldn't install the required task apps on the gradle-managed devices, see #144).

refactoring

The issue tasks/tasks#2527 above is created by DAVx5, further possibly by this library. The assumption is at follows: The following code transfers unknown iCalendar RELTYPE’s to PARENT: https://github.com/bitfireAT/ical4android/blob/76e30b7ebd9660d0cbd1849f50a5003ae498374c/lib/src/main/kotlin/at/bitfire/ical4android/AndroidTask.kt#L294-L301 The interpretation...

need info
dependent

### Discussed in https://github.com/bitfireAT/icsx5/discussions/149 Originally posted by **derlucas** April 21, 2023 I have trouble using the App with Calendars from Events Manager Wordpress Plugin. The Events are saved with Timezone...

bug
dependent

I've removed the `TZURL` and `X-LIC-LOCATION` properties, and added a test that makes sure there are no references to Berlin when using Copenhagen. Also changed the log level to fine,...

refactoring

When an event has `TZID:Europe/Copenhagen`, `AndroidCompatTimeZoneRegistry` uses `Europe/Berlin` instead of `Europe/Copenhagen` (and displays a warning about this in the logs). Since both `Europe/Berlin` and `Europe/Copenhagen` are present in Android, this...

bug

ICS files with the timezone "Central America Standard Time", which should be the one used in Guatemala. It looks like it gets converted to Chicago, which may break summer time...

bug
3rd party
dependent