imip-agent

Changeset

839:4caaecae1101
2015-10-15 Paul Boddie raw files shortlog changelog graph Fixed conflict detection, broken when changing to address-based attendee values.
imipweb/event.py (file)
     1.1 --- a/imipweb/event.py	Thu Oct 15 17:56:01 2015 +0200
     1.2 +++ b/imipweb/event.py	Thu Oct 15 17:56:52 2015 +0200
     1.3 @@ -672,7 +672,7 @@
     1.4          conflicts = []
     1.5          attendee_map = uri_dict(self.obj.get_value_map("ATTENDEE"))
     1.6  
     1.7 -        for participant in self.get_current_attendees():
     1.8 +        for name, participant in uri_parts(self.get_current_attendees()):
     1.9              if participant == self.user:
    1.10                  freebusy = self.store.get_freebusy(participant)
    1.11              elif participant: