SufficientlySecure / calendar-import-export

Import/export your Android calendars as ics files without using the Google cloud
https://www.schuermann.eu/android/
GNU General Public License v3.0
86 stars 27 forks source link

[bug] When recurring events have individual event occurrences deleted, the exports do not reflect this #39

Open Gitoffthelawn opened 8 years ago

Gitoffthelawn commented 8 years ago

To recreate the bug:

  1. Create a recurring event in a local calendar
  2. Delete the third occurrence of that event (but not the entire event)
  3. Export the calendar

Bug: There is no indication in the exported file that one of the occurrences of the event has been deleted.

Tested with v2.2

meiser79 commented 6 years ago

This also happens with imports as event expections are not imported at all.

jkirk commented 4 years ago

I can confirm this problem. It seems like the EXDATE property is not set on export, see: https://icalendar.org/iCalendar-RFC-5545/3-8-5-1-exception-date-times.html

@Gitoffthelawn @meiser79 Have you found a workaround?

Gitoffthelawn commented 4 years ago

@jkirk Greetings. I have not found a workaround using this software. The last version of this software I used was about 4 years ago, so I don't know if this issue has been resolved since then.

I did test ownCloud at one point, and it worked successfully with deleted occurrences of recurring events. But it's a very different type of software than this app.