• The time filter specifically Day and Week filter defaults to the first day of month where the week starts on. For August, when I filter to Day or Week from the main grid calendar page, it defaults to August 4th, which is the first Monday of the month. By default, “dy=4” parameter is being added to the URL. I expect today’s date to be the default when I filter to Day or Week view.

    Day View URL

    /my-calendar/?time=day&dy=4&cid=mc-948a6a8e8cd15db324902317a630b853

    Week View URL

    /my-calendar/?time=week&dy=4&month=8&yr=2025&cid=mc-948a6a8e8cd15db324902317a630b853

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Thanks for reporting that. It’s a change I can consider making. It seems likely that’s something a lot of people might prefer.

    I’ve opened an issue for this: https://github.com/joedolson/my-calendar/issues/657

    Thread Starter celerystix

    (@celerystix)

    Hello, I see this is fixed for week view, but not for day view. When selecting the Day view, it goes to the first day of the week, instead of the current day.

    Today is the 16th, but when selecting the Day view, it inserts dy=13 into the URL. Removing ‘dy’ completely from the URL gives me the current day.

    /?time=day&dy=13&cid=my-calendar

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Default parameter added to Day and Week filter’ is closed to new replies.