We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42c9945 + ab63260 commit be96af7Copy full SHA for be96af7
src/components/RoughSchedule.astro
@@ -100,8 +100,13 @@
100
<div class="events">
101
<h3>Conference Days</h3>
102
<p>
103
- The detailed schedule of the conference will be published in
104
- early September!
+ The detailed schedule of the conference is available <a
+ href="/schedule#full-schedule">on the web</a> and can also
105
+ be imported to compatible schedule reader apps such as <a
106
+ href="https://wilmer.gaa.st/main.php/giggity.html"
107
+ target="_blank">giggity</a> using <a
108
+ href="https://cfp.2025.matrix.org/matrix-conf-2025/schedule/export/schedule.xml"
109
+ target="_blank"><code>https://cfp.2025.matrix.org/matrix-conf-2025/schedule/export/schedule.xml</code></a>.
110
</p>
111
</div>
112
0 commit comments