You can use link parameters to display events for consecutive periods, such as today, tomorrow, the day after tomorrow. This advanced tip is a great solution for large calendar displays, e.g. showing appointments for a service shop or the schedule for a conference. Use the date and header parameters to control the display.
Large screen display of consecutive days or months
The screen below shows 3 large TV screens that display calendar views of the same calendar for the current month, the next month, and the month after the next. In this case, the parameters used are ?date=+1month, etc.

Embedding into a web page
The following screen shows the calendar views of 3 consecutive days of a lab reservation calendar with multiple link parameters applied:
It is the result of embedding three iframe tag sets of the calendar into a simple web page (remove the space after the first < and replace the calendar key with yours) as shown below:
- Today: < iframe src=”https://teamup.com/ksxxxxxxxxxxxxxxxx?showHeader=0&showViewSelector=0&view=d” width=”38%” height=”100%” frameborder=”0″>
- Tomorrow: < iframe src=”https://teamup.com/ksxxxxxxxxxxxxxxxx?date=+1day&view=d&sidepanel=c&showHeader=0&showViewSelector=0″ width=”30%” height=”100%” frameborder=”0″>
- The day after tomorrow: < iframe src=”https://teamup.com/ksxxxxxxxxxxxxxxxx?date=+2day&view=d&sidepanel=c&showHeader=0&showViewSelector=0″ width=”30%” height=”100%” frameborder=”0″>
The same method can be applied to show a calendar in the scheduler view displaying staff schedule for the upcoming three days. Click here to see a live demo displaying today, tomorrow, and the day after tomorrow.
Please make sure that the link you use for the embedding has the proper access permissions. Do not use your administrator link unless the embedded page is only for your own use.