Open patricktokeeffe opened 7 years ago
I'm experiencing a similar issue: Creating an event in Etar on Android 11 (CalyxOS) will display it as "tentative" in Thunderbird. I then have to go to Tunderbird and set all those events to "confirmed" manually.
I'm observing this problem when using Etar to move an externally created event. Is it possible to have an option "Default status" in the Settings menu and use its value when the field is not present in the event? Thank you :pray:
As noted in this comment, event statuses are not always handled correctly. I'm using Etar (1.0.10) + Davdroid (1.4.0.3-ose) + Owncloud (8.x), and I observe odd handling of the STATUS property:
The problem appears to hinge on the original event not having any status specified:
After editing the event with Etar, there is a new property
STATUS
which has the (annoying) default value ofTENTATIVE
.The iCal spec does not indicate which, if any, value is the correct default for
STATUS
property. I believe the correct behavior on Etar's part is to ignore this property if it doesn't exist (not to create it and set it to an arbitrary value).