fatalwall / SCCD-Tools

Google Chrome Extension to add features to make managing SCCD Change Records easier
MIT License
0 stars 0 forks source link

Sender not getting responses for ICS #13

Closed fatalwall closed 5 years ago

fatalwall commented 5 years ago

apparently there’s a glitch with some of the office 365 installs where sending an ical request defaults requesting meeting responses to toggled off:

So even if you accepted the meeting requests the organizer was never updated.

Didn’t realize I was operating in a vacuum, but all is fixed: https://www.msoutlook.info/question/send-meeting-without-response-option

fatalwall commented 5 years ago

Reported issue has been confirmed and possible solution has been identified.

ICS generation is missing some tags on the ATTENDEE line.

ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;ORGANIZER;CN=Name:MAILTO:mail-address"

fatalwall commented 5 years ago

Performing testing inserting the following into Attendee line. Pending test results

;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;ORGANIZER;CN=Name: