Thanks, I’ve set some options the way you teach me in other thread.But now I don’t want to set any options. I want to read the first date shown and the last one.i.e. you click several times the “< >” buttons in the fullcalendar, to navigate between dates, showing i.e. weeks, from monday to sunday, 2024/06/10 to 2024/06/16… click next, then show from 2024/06/17 to 2024/06/23…Then I want to know the activeStart and activeEnd…It can be read from the https://fullcalendar.io/docs/view-object, but I cant reach them “console.log(args.view);” shows “undefined”
There is no such property as args.view. (If you want to set views, you can add args.options.views though, but you want to read.) You may read FullCalendar’s docs on View Object:
This information about the current view is passed into nearly every handler.