Table of Contents

How do I display a Google calendar on a zebrix screen?

There are two ways to integrate a Google calendar on a zebrix screen.

All Google calendars have a public access link. This does not mean that it is accessible to everyone though, in fact, only people who know about this secret link will be able to access it. Also note that it will not be possible to edit your calendar (it is only shared for viewing).

Here's how to get your calendar's ID and public URL:

Open your Google calendar and go to Settings

In the menu on the left in “My calendars “ select the calendar concerned. In Integrate Calendar you will be able to obtain the public URL or ID

Method 1: using the widget

Method 2: using the version published by Google

Example of rendering

In zebrix:

TIPS : It is possible to customise the calendar by adding a few parameters at the end of the address: hide the buttons (including the print button), hide the calendar title and choose a “week” or “schedule” display.

Example: &wkst=2&showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=WEEK&hl=fr

wkst=2Start the week on Monday
showTitle=0Hides the calendar title in the top left-hand corner
showNav=0Hides the navigation buttons
showDate=0Hides the date range at top left
showPrint=0Hides the print button
showTabs=0Hides the “Month”, “Week”, “Schedule”
showCalendars=0Hides the calendar drop-down list at the top right
showTz=0Hides time zone information at bottom left
mode=WEEKDisplays the calendar in “Week” mode
mode=AGENDADisplays the calendar in “Planning”
mode=MONTHDisplays the calendar in “Month”
hl=frAllows you to specify the fr language (replace by en, nl, de, es,…) according to your needs)