| Summary | ATTENDEE attibute in "fromiCalender" not used where it should per iCal Spec |
| Queue | Kronolith |
| Queue Version | 2.2 |
| Type | Bug |
| State | Duplicate |
| Priority | 2. Medium |
| Owners | |
| Requester | tkrah (at) fachschaft (dot) imn (dot) htwk-leipzig (dot) de |
| Created | 06/30/2008 (6361 days ago) |
| Due | |
| Updated | 06/30/2008 (6361 days ago) |
| Assigned | |
| Resolved | 06/30/2008 (6361 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Duplicate
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ ATTENDEE attibute in "fromiCalender" not used where it should per iCal Spec
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
fromICalender
toICalender
The first one uses X-ATTENDEE to find attendees where it should use
ATTENDEE (at least check both, iCal spec tells ATTENDEE; rfc2445;
4.8.4.1) - uploading a ical file via webdav with attendee in ATTENDEE
attribute fails at the moment.
In contrast - to exporting function toIcalender used the ATTENDEE
attribute instead of X-ATTENDEE - confusing.
Use both or ATTENDEE, at least be ical conform and parse ATTENDEE and
not (or and) X-ATTENDEE - not everyone is using syncml which may use
this attribute.