"Calendar" on a specific dashboard where I can come back to Home dashboard with Fully Kiosk (tablet)

Hi there,

I will try to make it clear … I have installed the Google calendar on HA, I THINK this installed the “Calendar” item on the left menu of HA, I like it because this is the only one that is able to show events spread on several days like highlighted :

But displaying this page on a wall tablet running fully Kiosk, which is disabling the menus, there is no option to come back to home page once finished …

I have create another specific dashboard do display a calendar, I have put a “Home” button on that one to come back to home dashboard, but there the events are not spread on several days (only start day is mentioned) :

So my question is … is there a way to display the left menu item “Calendar” on a dashboard which is editable, meaning where I can have the “Hime” button ?

Many thanks to you !!

Hi,

Don’t know about the calendar options :wink:
I know a function in Home Assistant with Fully kiosk that maybe can help.

Add a button to your Dashboard with a linked action.
The action should be: Navigate to Calander URL

actions:
  - data:
      url: "http://192.168.X.X:8123/lovelace/calendar"
    target:
      device_id: xxx
    action: fully_kiosk.load_url
mode: single

Now you can view or edit your calendar in the way you want.

Then, create a automation that force the fully kiosk tablet back to home in x minutes? with the below trigger

entity_id:
  - sensor.walltab_woonkamer_current_page
to: http://192.168.X.X:8123/lovelace/calendar
for:
  hours: 0
  minutes: 1
  seconds: 0
trigger: state

the “Home” on the dashboard indeed allows me to come back to any dashboard, like the home page …
but issue is the “Calendar” page accessible from the left men item displays a page which is not edits le, where you can’t add any button.
Reason why I was asking if possible to include this calendar page in a dashboard I build myself (with a “home” button)

There is an option in Fully Kiosk browser menü where U can set up to go back tó the starting pages, and U can set up the delay in seconds. Web Autó Reload/ Autó Reload on Idle

Yeah but that its swiping from left to right which allows to go to Start URL … but I can’t ask the family to do that to exit the calendar and go back to home page … ;-(

It is a pity we can not just display the right frame of the calendar on a dashboard ;-(

and also a pity the standard Calendar card is not allowing to see events spread on several days ;-(