RSVP buttons not showing when sending event invitation via email

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phong.nguyen
    Junior Member
    • Apr 2021
    • 8

    RSVP buttons not showing when sending event invitation via email

    Hi everyone,

    I have sent the event invitation to the user via email, the RSVP buttons are not showing and working in the usual way in mail clients.

    When I send an invitation from Gmail, RSVP buttons show and work in Thunderbird but not with Gmail & Outlook (Figure 1.1, 1.2, 1.3)

    Hope someone can help me understand this problem and how to solve it.

    Thank you and best regards,
  • dimyy
    Active Community Member
    • Jun 2018
    • 569

    #2
    Can you attach two emails with source code:

    1. Email with buttons
    2. Email from Espo without buttons

    and we can try to help you

    Comment

    • yuri
      Member
      • Mar 2014
      • 8442

      #3
      Here is where ICS is generated: https://github.com/espocrm/espocrm/b...t/Ics.php#L181

      You need to add:

      Code:
      ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS- ACTION;RSVP=TRUE;CN={NAME}:{EMAIL_ADDRESS}
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • esforim
        Active Community Member
        • Jan 2020
        • 2204

        #4
        Anyone know where to add yuri code to?

        Comment

        Working...