forked from privefl/rmarkdown-website-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcalendar.Rmd
24 lines (18 loc) · 956 Bytes
/
calendar.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: "Upcoming events"
output:
html_document:
css: styles.css
---
<!-- http://stackoverflow.com/questions/11122249/scale-iframe-css-width-100-like-an-image -->
<div class="h_iframe">
<!-- a transparent image is preferable -->
<img class="ratio" src="http://placehold.it/16x12"/>
<iframe src="https://calendar.google.com/calendar/embed?src=2ttvq1sfpibbugl2cnqotm7c40%40group.calendar.google.com&ctz=Europe/Paris" style="border: 0" frameborder="0" scrolling="no"></iframe>
</div>
You can add this calendar to your own by clicking the button at the bottom-right of this calendar.
If you don't use Google Calendar, copy this link:
> https://calendar.google.com/calendar/ical/2ttvq1sfpibbugl2cnqotm7c40%40group.calendar.google.com/public/basic.ics
and for example,
- in Framagenda: use the "New Subscription" button and paste the previous link.
- in Thunderbird: "File" -> "New" -> "Calendar" -> "On the Network" -> "iCalendar(ICS)" -> paste.