| Summary | property "organizer" set on non-group scheduled calendar |
| Queue | Kronolith |
| Queue Version | 3.0.11 |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | q0107 (at) cuba (dot) ionum (dot) ch |
| Created | 11/01/2011 (5141 days ago) |
| Due | |
| Updated | 11/04/2011 (5138 days ago) |
| Assigned | |
| Resolved | 11/02/2011 (5140 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
Version ⇒ 3.0.11
Bug: 10697Only set ORGANIZER if this is a group meeting.1 files changed, 18 insertions(+), 17 deletions(-)
http://git.horde.org/horde-git/-/commit/5ccab8908e0e65397ecad7938eb9b4c76af581f2
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ property "organizer" set on non-group scheduled calendar
Type ⇒ Bug
State ⇒ Unconfirmed
attendees), kronolith creates an icalendar-entry with property
"organizer". this makes the calendar-entry uneditable for other
programms (if exchanged via caldav)
RFC 2445 (icalendar specs) says for property "organizer"
This property MUST be specified in an iCalendar object
that specifies a group scheduled calendar entity. This property MUST
be specified in an iCalendar object that specifies the publication of
a calendar user's busy time. This property MUST NOT be specified in
an iCalendar object that specifies only a time zone definition or
that defines calendar entities that are not group scheduled entities,
but are entities only on a single user's calendar.
kronolith's behaviour is not rfc-conform