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

254
Visualizações
Send invites with google calendar API

I have a Java Spring API where I want to integrate Google Calendar.

The task:

  • Basically creating an event for two attendees (users) and send them an invite with the option to accept/decline (standard GCalendar invite)

I tried this example here: https://developers.google.com/google-apps/calendar/quickstart/java

But I think this is not the right one since I authenticate as a user - or do I need this to send them invites via email?

Can anyone point me in the right direction?

about 4 years ago · Santiago Trujillo
3 Respostas
Responde à pergunta

0

Try setting the notification to true.

sendNotifications

  • Whether to send notifications about the creation of the new event. Optional. The default is False.

In the Try this API (Events: insert):

enter image description here

I'm not very familiar with java but try using this code as suggested in a related SO post.

Event createdEvent = calendario.events().insert("some-mail-from-google0@group.calendar.google.com", event).setSendNotifications(true).execute();

Hope this helps.

about 4 years ago · Santiago Trujillo Relatório

0

sendNotifications is depreciated.

You should use "sendUpdates" in de querystring, e.g. javascript:

    let request = gapi.client.calendar.events.insert({
        "calendarId": workCalendar,
        "resource": newEvent,
        "sendUpdates": "externalOnly"
    });
about 4 years ago · Santiago Trujillo Relatório

0

you need to add .setSendNotifications(true) just before execute(). this line is not there in google calendar example

about 4 years ago · Santiago Trujillo Relatório
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