darthpaul 528e0878bf properly update event type color
- before updating the color, check if the color has a key
- if it does, we update the CALENDAR_COLOR_KEY column (which will also update the CALENDAR_COLOR column internally)
- if it does not have a key (ie, if it is not a defined color), we update the CALENDAR_COLOR column and set the CALENDAR_COLOR_KEY to empty string
- one note here is that transparent color (0) is not usually a defined color and setting CALENDAR_COLOR to 0 can cause some Calendar apps (like Google Calendar) to convert this to black color (#FF00000).
2021-10-06 12:51:38 +01:00
..
2021-10-06 12:51:38 +01:00
2016-01-26 22:08:27 +01:00
2021-08-30 23:08:29 +02:00