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

257
Vistas
FullCalendar unique ID's for multiple calendars in one page

Hello I am trying to use multiple calendars in one page and I need to add an unique ID for each calendar. Is there an option like in my code below to achieve that?

document.addEventListener("DOMContentLoaded", function () {
var calendarEl = document.getElementById("calendar")

var calendar = new FullCalendar.Calendar(calendarEl, {
  headerToolbar: { ... },
  initialView: "timeGridDay",
  
  ...
  
  id: "34" // output: Unknown option 'id'
}
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You can just add a new property to the calendar object once it is created and before you render it.

var calendar = new FullCalendar.Calendar(calendarEl, {
  headerToolbar: {...},
  initialView: "timeGridDay",
}
calendar.id = "34"
calendar.render()
about 4 years ago · Juan Pablo Isaza 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