You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if this is the wrong place to post this question. I'd like to use this library to send meeting invitations without RSVP buttons showing up in Google, because I don't want the recipients to get the impression that clicking the buttons does anything. I've tried setting rsvp: false in the parameters to ics.createEvent, and indeed the resulting ics file has RSVP=FALSE on each attendee, but the RSVP buttons still appear. Is there any config I can pass in to get rid of them?
Apologies if this is the wrong place to post this question. I'd like to use this library to send meeting invitations without RSVP buttons showing up in Google, because I don't want the recipients to get the impression that clicking the buttons does anything. I've tried setting
rsvp: false
in the parameters toics.createEvent
, and indeed the resulting ics file hasRSVP=FALSE
on each attendee, but the RSVP buttons still appear. Is there any config I can pass in to get rid of them?Possibly related question: https://stackoverflow.com/questions/62415187/how-to-disable-rsvp-response-from-a-created-ics-file, where nobody knew how to disable these buttons.
The text was updated successfully, but these errors were encountered: