Topic: calendar with database
Pixel Technology pro premium priority asked 10 months ago
how to bind calendar to database
Mateusz Lazaru staff answered 10 months ago
- server --> client - fetch events data from database and add it to calendar using
addEvents
method. - 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
})
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- 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