Using Ical.Net library, a vcalendar similar below is generated:
BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:-//github.com/rianjs/ical.net//NONSGML ical.net 4.0//EN
VERSION:2.0
BEGIN:VEVENT
ATTENDEE;CN=test@gmail.com.com;PARTSTAT=ACCEPTED;RS
VP=TRUE:mailto:test@gmail.com
DESCRIPTION:This is the description text
DTSTAMP:20200604T075151Z
DTSTART:20200604T165500Z
LOCATION:
ORGANIZER;CN=PHN:mailto:organizer@gmail.com
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Testing
TRANSP:OPAQUE
UID:LJf40Nfh2mZ+Ta1JFhlYRZDh2By3qeY6UMA6vcy525M=
END:VEVENT
END:VCALENDAR
In one email recipient, it shows up as: Add To Calendar image
However on another email recipient, it shows up as:
First,how can i make the two email show consistent rendering. Second, how can i remove the "More Options" link?