Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

398
Views
¿Cómo configurar un enlace web de calendario de Google en Nodejs?

Miré el nodo de calendario de Google js api y esto no estaba claro.

¿Cómo configuro un gancho web usando la biblioteca de calendario de Google de Nodejs?

¿Quiero decirle a Google que haga ping a un servidor cuando mis clientes hayan agregado o cambiado una cita en su calendario de Google?

¿Cómo puedo usar Nodejs para configurar el reloj?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

La API de Google Calendar proporciona notificaciones automáticas que le permiten observar cambios en los recursos (Webhooks).

Notificación de Google Calendar Push Ver en 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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!