[kronolith] problem when attendees accept a meeting proposal
Sebastián Calero
scalero at datadec.es
Fri Jan 14 04:52:21 PST 2005
This is because when you create an event and before save this you add attendees to the event. Now you save the event and send the Icalendar invitation attached, well... this invitation has the UID attribute EMPTY.
A posible fix is this change in file ''addeventaction.php':
} else {
$event->setID($result);
if (Util::getFormData('sendupdates', false)) {
+ $event = &$kronolith->getEvent($event->getID());
Kronolith::sendITipNotifications($event, $notification, KRONOLITH_ITIP_REQUEST);
}
}
Greetings...
Sebastian Calero.
-----Mensaje original-----
De: kronolith-bounces at lists.horde.org en nombre de Joonas Hämäläinen
Enviado el: vie 14/01/2005 13:26
Para: kronolith at lists.horde.org
CC:
Asunto: Re: [kronolith] problem when attendees accept a meeting proposal
Hi,
we are having similar issue as Iven described about updating attendees
status.
I create new event, add attendees in it (in my case own account and then
test account, own being owner of event). Emails are sent fine, and I can
add it to test account calendar, and confirm attending. Mail is sent
back to me, but when I try to update status of attendee, I get that
error "There was an error updating the event: not found."
After reading that bugreport #1107, I thought it might be order of which
things are done (first adding it in own calendar, and then replying
that) has something to do with this, but no, always same behaviour.
Does this sound like different from bug #1107 and worth making new
ticket, or just duplicate?
-Joonas
--
Kronolith mailing list - Join the hunt: http://horde.org/bounties/#kronolith
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: kronolith-unsubscribe at lists.horde.org
More information about the kronolith
mailing list