Closed sergey-morenets closed 4 years ago
Maybe try setting the ACTION property to NEEDS_ACTION?
Maybe try setting the ACTION property to NEEDS_ACTION?
Hi Thank you for quick response. I also tried to set this property but nothing has changed. Here is extract from generated .ics file:
STATUS:CONFIRMED ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=sergey:mailto:mail@mail.com
Try setting RSVP=TRUE?
ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE;PARTSTAT=NEEDS-ACTION;CN=sergey:mailto:mail@mail.com
Try setting RSVP=TRUE?
ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE;PARTSTAT=NEEDS-ACTION;CN=sergey:mailto:mail@mail.com
Thank you for the hint. I added "RSVP=TRUE" to the attendee but it didn't help.
Try adding a STATUS property to the VEVENT?
BEGIN:VEVENT STATUS:NEEDS-ACTION ... END:VEVENT
Also, this might help? https://github.com/icalendar/icalendar/issues/103
Try adding a STATUS property to the VEVENT?
BEGIN:VEVENT STATUS:NEEDS-ACTION ... END:VEVENT
Also, this might help? icalendar/icalendar#103
Hi
I finally figured out how to show this Yes/No/Maybe buttons. There's a special property METHOD in the body so I needed to change it to REQUEST: METHOD:REQUEST
Great!
FWIW - This comment worked for me. https://github.com/icalendar/icalendar/issues/103#issuecomment-67373375
Hi
I recently started using this library and everything works fine except one minor issue.
I even don't know which properties/flags in iCalendar format are related to this functionality. Can you please help?