A nice view of google calendar in basic UI

Hi all,

another nice thing I’ve found is that you can generate in google calendar a nice iframe snippet to display your calendar. A nice addition to the basic ui. Unfortunately the native applications do not support Webview elements well - that’s why I tend to the web UI (which also works via remote).

Here we go:

Sitemap:

Webview url="/static/GoogleCalendar.html" height=11

And the .html to be placed in con/html:

<html>
  <head/>
  <body>
     <iframe 
       src="https://calendar.google.com/calendar/embed?..."  
       style="border-width:0;overflow=hidden;" 
       width="100%" 
       height="90%" 
       frameborder="0" 
       >
     </iframe>
  <body/>
</html>

The URL can be generated in Google > Settings > Calendar …

with kind regards,
Patrik

14 Likes

How did you do this, that you have this view?
Unfortunately, i have the view of the whole months