This repository was archived by the owner on Jun 9, 2025. It is now read-only.
Event colors does not seem to reset to default calendar color #177
Closed
blip-unicorn
started this conversation in
General
Replies: 3 comments 1 reply
-
I can confirm that the color is persists, although
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you for an prompt and informative answer! |
Beta Was this translation helpful? Give feedback.
0 replies
-
With version 4.4.4-ose this issue has been resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions