<style>
.chat.column {
    display: none !important;
}
</style>


















BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//SEIBERT/MEDIA GmbH//Linchpin Events for Confluence//EN
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
UID:d5e4be27-99a6-410c-8171-fa492db189be
DTSTAMP:[entry.dtup.startDate.formatDate(yyyyMMdd'T'HHmmss'Z')]
DTSTART:[entry.dtup.startDate.formatDate(yyyyMMdd'T'HHmmss'Z')]
DTEND:[entry.dtup.endDate.formatDate(yyyyMMdd'T'HHmmss'Z')]
DESCRIPTION:[entry.eventDescriptionup]
URL:https://platform.entrepreneurshipworldcup.com/display/EVE/[entry.urlTitleup.replaceWith( ,+)]
LOCATION:https://platform.entrepreneurshipworldcup.com/display/EVE/[entry.urlTitleup.replaceWith( ,+)]
SUMMARY:[entry.eventTitleup]
STATUS:CONFIRMED
SEQUENCE:[entry.sequenceup]
ORGANIZER;CN=EWC 2021:mailto:ewccountry@entrepreneurshipworldcup.com
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:d5e4be27-99a6-410c-8171-fa492db189be
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://platform.entrepreneurshipworldcup.com/display/EVE/[entry.urlTitle.replaceWith( ,+)]
LOCATION:https://platform.entrepreneurshipworldcup.com/display/EVE/[entry.urlTitle.replaceWith( ,+)]
SUMMARY:[entry.eventTitle]
STATUS:CONFIRMED
SEQUENCE:[entry.sequence]
ORGANIZER;CN=EWC 2021:mailto:ewccountry@entrepreneurshipworldcup.com
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:d5e4be27-99a6-410c-8171-fa492db189be
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://platform.entrepreneurshipworldcup.com/display/EVE/[entry.urlTitleRemove.replaceWith( ,+)]
LOCATION:https://platform.entrepreneurshipworldcup.com/display/EVE/[entry.urlTitleRemove.replaceWith( ,+)]
SUMMARY:[entry.eventTitleRemove]
STATUS:CANCELLED
SEQUENCE:[entry.sequenceRemove]
ORGANIZER;CN=EWC 2021:mailto:ewccountry@entrepreneurshipworldcup.com
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:d5e4be27-99a6-410c-8171-fa492db189be
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://platform.entrepreneurshipworldcup.com/display/EVE/[entry.urlTitleUpdate.replaceWith( ,+)]
LOCATION:https://platform.entrepreneurshipworldcup.com/display/EVE/[entry.urlTitleUpdate.replaceWith( ,+)]
SUMMARY:[entry.eventTitleUpdate]
STATUS:CONFIRMED
SEQUENCE:[entry.sequenceUpdate]
ORGANIZER;CN=EWC 2021:mailto:ewccountry@entrepreneurshipworldcup.com
END:VEVENT
END:VCALENDAR




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