[#7834] Problem adding attendees from local contact list
Summary Problem adding attendees from local contact list
Queue Kronolith
Queue Version 2.3
Type Bug
State Resolved
Priority 2. Medium
Owners Jan Schneider <jan (at) horde (dot) org>
Requester frederic (dot) soulier (at) univ-tlse1 (dot) fr
Created 01/09/09 (433 days ago)
Due 01/09/09 (433 days ago)
Updated 01/12/10 (65 days ago)
Assigned 01/09/09 (433 days ago)
Resolved 03/30/09 (353 days ago)
Attachments
Milestone
Patch No

History
01/12/10 CVS Commit Comment #6 Reply to this comment
01/12/10 CVS Commit Comment #5 Reply to this comment
09/08/09 CVS Commit Comment #4 Reply to this comment
Changes have been made in CVS for this ticket:

Support adding of contact lists through the address book popup 
(Partially bug #7834).
http://cvs.horde.org/diff.php/kronolith/templates/contacts/contacts.inc?rt=horde&r1=1.7.10.10&r2=1.7.10.11&ty=u
03/30/09 Jan Schneider Comment #3
State ⇒ Resolved
Taken from Horde DevelopersHorde Developers
Assigned to Jan Schneider
Reply to this comment
Adding address lists to the attendees is not supported at the moment. 
I added some check to catch these cases. Probably not the solution you 
wanted, but at least it doesn't show errors anymore.
03/30/09 CVS Commit Comment #2 Reply to this comment
01/09/09 Jan Schneider Assigned to Horde DevelopersHorde Developers
 
01/09/09 Jan Schneider State ⇒ Assigned
Queue ⇒ Kronolith
Version ⇒ 2.3
 
01/09/09 frederic (dot) soulier (at) univ-tlse1 (dot) fr Comment #1
State ⇒ Unconfirmed
Patch ⇒
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Due ⇒ 01/09/09
Summary ⇒ Problem adding attendees from local contact list
Type ⇒ Bug
Priority ⇒ 2. Medium
Reply to this comment
Using attendees.php in order to create FBUrl view of events 
participants we encounter a problem/bug.



For recurrent events we create in our local adress book a contact list 
(test-list) containing 15 users in order to not add manually each user 
for each recurrent event.



When we add these participants in attendees.php using the "test-list" 
contact list we have the following error :



Unable to recognize « "test-list" <email1@univ-tlse1.fr » like a valid adress.



It seems the post data is a string, containing list of email 
addresses, formatted like this :

"test-list" <email1@univ-tlse1.fr, email2@univ-tlse1.fr,etc........>



The file RFC822.php doesn't accept this format and seems accept only 
few formats like : email1@univ-tlse1.fr,email2@univ-tlse1.fr



In older version of horde the format was indeed 
email1@univ-tlse1.fr,email2@univ-tlse1.fr whitout any other information.