Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

292
Visualizações
How can i add meeting url (session url) in generated ics file? which will appear on join button as joining link(custom event link) on teams calendar?

Right now i have added session link in description properties. I want that session link should display on join link in outlook and teams calendar. Has anybody run into the same situation? Please let me know if i can achieve this or not ?

let descriptionLink = <div> <div> ${this.state.eventDescription}</div> <a href=${this.state.sessionLink}>Join Session</a> </div>; let url = [ "BEGIN:VCALENDAR", "VERSION:2.0", "BEGIN:VEVENT", "DTSTART:" + this.formatDate(this.state.startTime), "DTEND:" + this.formatDate(this.state.endTime), "SUMMARY:" + this.state.eventTitle, "LOCATION:" + this.state.location, "X-ALT-DESC;FMTTYPE=text/html:" + descriptionLink, "BEGIN:VALARM", "TRIGGER:-PT15M", "REPEAT:1", "DURATION:PT15M", "ACTION:DISPLAY", "DESCRIPTION:Reminder", "END:VALARM", "END:VEVENT", "END:VCALENDAR" ].join("\n");

let blob = new Blob([url], { type: 'text/calendar;charset=utf-8' });
if (/msie\s|trident\/|edge\//i.test(window.navigator.userAgent)) {
  // Open/Save link in IE and Edge
  let tt: any = window.navigator;
  tt.msSaveBlob(blob, 'download.ics');
} else {
  // Open/Save link in Modern Browsers
  window.open(encodeURI("data:text/calendar;charset=utf8," + url));
}
about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda