From 2ef94b4790e825b852fabc535806ff2804f8bcf0 Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Mon, 30 Sep 2019 12:41:40 +0200 Subject: [PATCH] fix fix --- infomentor/informer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infomentor/informer.py b/infomentor/informer.py index 24fcab6..6d21396 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(0) + attendee.params['RSVP'] = 'FALSE' event.add('attendee', attendee, encode=0) event.add("organizer", 'MAILTO:infomentor@09a.de')