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

249
Views
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 answers
Answer question

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 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!