You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use colors to mark different states of events. When all is prepared and booked I reset the color to the default, this change does not make it all the way to the calendar app on my Android phone.
My setup is:
Nextcloud 29.0.8
Etar (did not find version)
Davx5 4.4.3.2-ose
Steps to reproduce:
Create an calendar event in Nextcloud Calendar, select a color for the event.
Sync to Etar, notice that the color is set correctly.
In Nextcloud press the curvy arrow to restore color to the default, change the time of the event.
Sync again.
Actual result:
In Etar, the time is updated but the color stays the same as before.
Expected result:
Time and color of the event is updated.
Known workaround:
Do not use default color, there is no problem when changing from one color to another.
Additional information;
I have looked in the Nextcloud database and the .ics returned from the CalDav call. When the color is reset the COLOR property of the iCalendar object is removed. My Kotlin is not good enough to see how Dav5x handles the event syncing in detail, but my guess is that extra work needs to be done as the property is removed by the server.
Is this a bug or a known limitation of how Android calendars work?
I use colors to mark different states of events. When all is prepared and booked I reset the color to the default, this change does not make it all the way to the calendar app on my Android phone.
My setup is:
Nextcloud 29.0.8
Etar (did not find version)
Davx5 4.4.3.2-ose
Steps to reproduce:
Create an calendar event in Nextcloud Calendar, select a color for the event.
Sync to Etar, notice that the color is set correctly.
In Nextcloud press the curvy arrow to restore color to the default, change the time of the event.
Sync again.
Actual result:
In Etar, the time is updated but the color stays the same as before.
Expected result:
Time and color of the event is updated.
Known workaround:
Do not use default color, there is no problem when changing from one color to another.
Additional information;
I have looked in the Nextcloud database and the .ics returned from the CalDav call. When the color is reset the COLOR property of the iCalendar object is removed. My Kotlin is not good enough to see how Dav5x handles the event syncing in detail, but my guess is that extra work needs to be done as the property is removed by the server.
Is this a bug or a known limitation of how Android calendars work?
Originally posted by @blip-unicorn in #177
The text was updated successfully, but these errors were encountered: