Open Bug 951585 Opened 11 years ago Updated 7 months ago

use calendar-color from caldav calendar

Categories

(Calendar :: Provider: CalDAV, enhancement)

Lightning 2.6.4
enhancement

Tracking

(Not tracked)

People

(Reporter: bugzilla, Unassigned)

References

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.26 Safari/537.36




Expected results:

it would be nice if lightning supported the calendar-color property some clients know. preferably both reading and setting this.
Severity: normal → enhancement
Component: Lightning Only → General

Some info to quickstart prospective takers: During propfind request the property, have it returned then, if it is there. Shell command:

curl -u username -X PROPFIND http://cal.example.com/username/calendar --upload-file - <<end
<?xml version="1.0" encoding="UTF-8"?>
<D:propfind
 xmlns:D="DAV:"
 xmlns:A="http://apple.com/ns/ical/"
 xmlns:CS="http://calendarserver.org/ns/"
 xmlns:C="urn:ietf:params:xml:ns:caldav">
  <D:prop>
    <D:resourcetype/>
    <D:owner/>
    <D:current-user-principal/>
    <D:supported-report-set/>
    <C:supported-calendar-component-set/>
    <CS:getctag/>
    <A:calendar-color/>
  </D:prop>
</D:propfind>
end
Severity: normal → S3
Status: UNCONFIRMED → NEW
Component: General → Provider: CalDAV
Ever confirmed: true
Summary: use calendar-color → use calendar-color from caldav calendar
Duplicate of this bug: 1856171
You need to log in before you can comment on or make changes to this bug.