Topic: calendar with database

Pixel Technology priority asked 3 months ago


how to bind calendar to database


Mateusz Lazaru staff answered 3 months ago


  1. server --> client - fetch events data from database and add it to calendar using addEvents method.
  2. client --> server - get events data and send it to the server.

Example:

calendarElement.addEventListener('update.mdb.calendar', (e) => {
  const events = calendarInstance.events
  // your function to send events to the server
})


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Priority
  • Premium support: Yes
  • Technology: MDB Standard
  • MDB Version: MDB5 7.1.0
  • Device: pc
  • Browser: any
  • OS: windows
  • Provided sample code: No
  • Provided link: No