BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//SEIBERT/MEDIA GmbH//Linchpin Events for Confluence//EN
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
UID:e3b41cd2-3f70-48a5-8560-a545143f0c9d
ATTENDEE;CN=[entry._user]:mailto:[entry._user]
DTSTAMP:[entry.dt.startDate.formatDate(yyyyMMdd'T'HHmmss'Z')]
DTSTART:[entry.dt.startDate.formatDate(yyyyMMdd'T'HHmmss'Z')]
DTEND:[entry.dt.endDate.formatDate(yyyyMMdd'T'HHmmss'Z')]
DESCRIPTION:[entry.eventDescription]
URL:https://passport.esgx.global/display/EV/[entry.urlTitle.replaceWith( ,+)]
LOCATION:https://passport.esgx.global/display/EV/[entry.urlTitle.replaceWith( ,+)]
SUMMARY:[entry.eventFileName]
STATUS:CONFIRMED
SEQUENCE:[entry.sequence]
ORGANIZER;CN=ESG 2020:mailto:esg@tgelf.org
END:VEVENT
END:VCALENDAR








BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//SEIBERT/MEDIA GmbH//Linchpin Events for Confluence//EN
CALSCALE:GREGORIAN
METHOD:CANCEL
BEGIN:VEVENT
UID:e3b41cd2-3f70-48a5-8560-a545143f0c9d
ATTENDEE;CN=[entry._user]:mailto:[entry._user]
DTSTAMP:[entry.dtRemove.startDate.formatDate(yyyyMMdd'T'HHmmss'Z')]
DTSTART:[entry.dtRemove.startDate.formatDate(yyyyMMdd'T'HHmmss'Z')]
DTEND:[entry.dtRemove.endDate.formatDate(yyyyMMdd'T'HHmmss'Z')]
DESCRIPTION:[entry.eventDescriptionRemove]
URL:https://passport.esgx.global/display/EV/[entry.urlTitleRemove.replaceWith( ,+)]
LOCATION:https://passport.esgx.global/display/EV/[entry.urlTitleRemove.replaceWith( ,+)]
SUMMARY:[entry.eventFileNameRemove]
STATUS:CANCELLED
SEQUENCE:[entry.sequenceRemove]
ORGANIZER;CN=ESG 2020:mailto:esg@tgelf.org
END:VEVENT
END:VCALENDAR








BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//SEIBERT/MEDIA GmbH//Linchpin Events for Confluence//EN
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
UID:e3b41cd2-3f70-48a5-8560-a545143f0c9d
DTSTAMP:[entry.dtUpdate.startDate.formatDate(yyyyMMdd'T'HHmmss'Z')]
DTSTART:[entry.dtUpdate.startDate.formatDate(yyyyMMdd'T'HHmmss'Z')]
DTEND:[entry.dtUpdate.endDate.formatDate(yyyyMMdd'T'HHmmss'Z')]
DESCRIPTION:[entry.eventDescriptionUpdate]
URL:https://passport.esgx.global/display/EV/[entry.urlTitleUpdate.replaceWith( ,+)]
LOCATION:https://passport.esgx.global/display/EV/[entry.urlTitleUpdate.replaceWith( ,+)]
SUMMARY:[entry.eventFileNameUpdate]
STATUS:CONFIRMED
SEQUENCE:[entry.sequenceUpdate]
ORGANIZER;CN=ESG 2020:mailto:esg@tgelf.org
END:VEVENT
END:VCALENDAR




<script>
$(".unregister-button").click(() => {
console.log("unregister button clicked");
});
</script>