Simple-Calendar/app
Naveen 6fe938632b
Properly handle Update the selected occurrence only
Previously, if an event was modified using some other client then the exception event's parent id was ignored or overwritten with 0 at sync and that means the parent and child events were disconnected locally. Deleting the parent event did not delete the child event.

If a recurrence was modified using Simple Calendar then it was disconnected from it's parent event both locally and on the server because `ORIGINAL_ID` and `ORIGINAL_INSTANCE_TIME` was not specified. On top of that, another exception event was created to make sure the parent event doesn't show up on the date of the disconnected child event.

This change fixes these two issues.
2023-06-15 01:06:56 +05:30
..
src Properly handle Update the selected occurrence only 2023-06-15 01:06:56 +05:30
.gitignore
build.gradle updating commons 2023-06-10 15:40:33 +02:00
proguard-rules.pro