Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

401
Vistas
How to set up a google calendar web hook in Nodejs?

I looked at the google calendar node js api and this wasn’t clear.

How do I set up a web hook using the Nodejs google calendar library?

I want to tell google to ping a server when my clients has either added or changed an appointment on his google calendar?

How can I use Nodejs to set up the watch?

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

The Google Calendar API provides push notifications that let you watch for changes to resources (Webhooks).

Google Calendar Push notification                                                                                 View in Fusebit
const calendar = googleClient.calendar('v3');
const watchResponse = await calendar.events.watch({
  resource: {
      id: uuidv4(),
      type: 'web_hook',
      address: 'Your webhook address here'
    },
    calendarId: 'primary'
  });
  
const { data } = watchResponse;
console.log('Calendar Webhook created', data);

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda