diff --git a/infomentor/informer.py b/infomentor/informer.py index 133a67c..24fcab6 100755 --- a/infomentor/informer.py +++ b/infomentor/informer.py @@ -262,7 +262,7 @@ class Informer(object): attendee.params['ROLE'] = vText('REQ-PARTICIPANT') attendee.params['CUTYPE'] = vText('REQ-INDIVIDUAL') attendee.params['PARTSTAT'] = vText('ACCEPTED') - attendee.params['RSVP'] = vBoolean(False) + attendee.params['RSVP'] = vBoolean(0) event.add('attendee', attendee, encode=0) event.add("organizer", 'MAILTO:infomentor@09a.de')