Uh oh!
There was an error while loading. Please reload this page.
Always provide theme color for default personal calendar - #17148
Conversation
Uh oh!
There was an error while loading. Please reload this page.
de8a959 to
dc04154Comparenickvergessen
commented
Sep 15, 2019
Should have a cap at that, so e.g. white doesnt cause issues? Or black on dark theme |
tcitworld
commented
Sep 15, 2019
I feel like it would be more proper to handle this in the theme app. On calendar app side we can fix things by using a border around the calendar color. |
jancborchardt
commented
Jan 14, 2020
So we already do have a way to handle that, it’s the |
georgehrke
commented
Jan 15, 2020
Well, but we can't rely on that in CalDAV. iOS calendar, Lightning and other clients have no idea what |
jancborchardt
commented
Jan 15, 2020
Right – I assume we might have a way in the theming app to hand that over? cc @juliushaertl? |
juliusknorr
commented
Jan 24, 2020
There is no real API for that yet, but the calculation is already done in PHP: server/apps/theming/lib/Util.php Line 82 in 30d985b |
This comment has been minimized.
This comment has been minimized.
Before this calendar-color wasn't defined for default calendar Signed-off-by: Thomas Citharel <tcit@tcit.fr>
dc04154 to
4d5bb48CompareSigned-off-by: Thomas Citharel <tcit@tcit.fr>
4d5bb48 to
8927205Comparetcitworld
commented
Jun 25, 2021
I actually don't remember for sure why we wanted to have |
juliusknorr
commented
Jun 29, 2021
Failure looks unrelated but i retriggered drone to be sure since I haven't seen that one failing so far: |
Before this calendar-color wasn't defined for default calendar
Edited by @georgehrke:
fixes#11256