try to fix boolean
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-09-30 12:37:28 +02:00
parent 8d66fc0b0c
commit d4a5ea7959

View File

@@ -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')