-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementing color-data to ICS import / export for events (part of RFC 7986) #188
Comments
Smart workaround! Was looking around since I couldn't believe this behemoth of a company hasn't even integrated RFC 7986 for what's arguably one of the most critical features on GCal. |
There is just one problem: The colors used by GC aren't there in https://www.w3.org/TR/css-color-3/#svg-color. We can choose to work around it by finding the closest named color. |
Added support for ICS COLOR property (#188)
We did that. Simple euclidean measure but it's good enough. |
Cool! Happy to see it implemented, thank you! 💪 |
Checklist
Feature description
It would be awesome to also include color information for events or tasks within an export- / importable ICS file.
With this feature we could use the import / export feature to transport color-coded events between different calendars.
Also it would be one step into implementing 'New Properties for iCalendar' - RFC 7986.
Why do you want this feature?
Current Situation:
(Google Calendar - GC; Fossify Calendar - FC)
GC's ICS-export does NOT include color-data for events as they are holding on to RFC5545, which does not specify the need for encoded color data in e.g. events, although they are using color in their own applications.
This flaw and need occured to me as I am currently trying to transfer all my carefully color-coded GC events into my Nextcloud instance via 'DAVx^5' and FC.
I am able to view the color-coded events stored in GC on my phone via FC with their appropriate colors without issue, as long as FC is accessing them via the phones internal calendar management (as far as I've understood).
With FC beeing able to parse the color data in the GC events (also beeing the only tool known to me 💪) it would be INSANELY USEFUL to also export them with the color data in a standardized manner (which is part of the 'New Properties for iCalendar' - RFC 7986).
They should be able to be imported whilke retaining the color-data as well into other event-types / calendars.
Additional information
A sketch of what i had in mind including my scenario.
This hopefully clears a few things up.
The text was updated successfully, but these errors were encountered: