[Tickets #9131] ITIP method used for rescheduling an event

bugs at horde.org bugs at horde.org
Fri Jul 9 09:30:53 UTC 2010


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/9131
------------------------------------------------------------------------------
  Ticket             | 9131
  Created By         | patrick.abiven at apitech.fr
  Summary            | ITIP method used for rescheduling an event
  Queue              | Kronolith
  Version            | 2.3.4
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


patrick.abiven at apitech.fr (2010-07-09 05:30) wrote:

Hello
When rescheduling an existing event, the ITIP message sent to  
attendees contains the method 'ADD'.
Based on RFC 2446, it seems we should use the method 'REQUEST'  (The  
"REQUEST" method may be used to reschedule an event) and not the  
method 'ADD' (The "ADD" method in a "VEVENT" calendar component is  
used to add one  or more instances to an existing "VEVENT".).

We have face this issue when attendees use Thunderbird + Lightning for  
processing ITIP messages from an organizer using Kronolith.

lib/Kronolith.php
  -  $method = 'ADD';
  + $method = 'REQUEST';
     $filename = 'event-update.ics';
     $subject = sprintf(_("Updated: %s."), $event->getTitle());

Regards
Patrick







More information about the bugs mailing list