Commit 400c551
committed
Add a calendar for open community calls.
We're going to try using Jitsi since it seemed to
offer the best combination of features:
* no time limit
* ability to record meetings + publish on youtube.
The `.ics` file is hand-crafted, but validated
using https://icalendar.org/validator.html and also
checked in Google calendar.
Using the `webcal:` pseudo-protocol for the link on
the page should mean the browser passes the URL to
the calendar app to be subscribed-to there.
That should cause the calendar app to regularly
poll for updates, in case we decide to cancel/reschedule
meetings. I thought that was preferable to the user
downloading a `.ics` and importing and then us making
changes to the schedule making the imported event
series stale.
Putting these two together means we should have the liberty
to cancel (using `EXDATE:`) and reschedule events if we
need to. Note that I've already excluded
New Years Eve 2026 using `EXDATE:`.
Signed-off-by: Tom Bentley <tbentley@redhat.com>1 parent 4c8568c commit 400c551
2 files changed
Lines changed: 50 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| |||
147 | 152 | | |
148 | 153 | | |
149 | 154 | | |
150 | | - | |
| 155 | + | |
0 commit comments