Skip to main content

Day view

The day view does exactly what is supposed to do: display today's schedule.

Agenda

Parameters

A few query string parameters can be used to finetune the view. These are the following:

ParameterValue
viewday, week, list
minTimehh:mm
maxTimehh:mm
resourceThe resource number 1
dateThe date in YYYY-MM-DD format.
slotDurationThe frequency for displaying time slots. Defaults to '00:30:00'
showWeekendTrue to show Saturdays and Sundays
pinToNowTrue to show the current time in the view

The query string should be appended after the route, preceeded by a question mark to separate the path from the query string: https://dimescheduler.com/Agenda?view=day. Query string parameters are separated by an ampersand. For example, https://dimescheduler.com/Agenda?view=day&minTime=13:00&maxTime=21:00 will set the agenda to a day view and will display the agenda between 13:00 and 21:00.

By default, the calendar for all resources are displayed. The resource parameter allows you to show the calendar for one particular resource. For example, https://dimescheduler.com/Agenda?view=day&minTime=13:00&maxTime=21:00&resource=LINDA will set the agenda to a day view and will display today's agenda for a resource with resource number 'LINDA' between 13:00 and 21:00.


  1. Resources that use this page to consult their schedule may consider using the mobile app.