Widget:GoogleKalenderSBROnly
Aus Seniorenbeirat Wilhelmshaven
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .container {
position: relative; width: 100%; overflow: hidden; padding-top: 65%; /* Aspect Ratio */
}
.responsive-iframe {
position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; border: none;
} </style> </head> <body>
<iframe class="responsive-iframe" src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=Europe%2FBerlin&showNav=1&showDate=1&showTitle=0&src=c2Jyd2h2QGdtYWlsLmNvbQ&src=NjIzODViOWY2YjQzNzdlNDQ3NmYyYjRjMWRlMTA3NTZjNmZlMmY5ZjVkNzE1M2Y2ODEzMzQxNWMyMTc4MjMzMkBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&src=ZGUuZ2VybWFuI2hvbGlkYXlAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t&color=%23AD1457&color=%2333B679&color=%23A79B8E" style="border:solid 1px #777" width="800" height="600" frameborder="0" style="border:solid 1px #777"> </iframe>
</body> </html>