Topic: calendar with 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.
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