Auto-update iCalendar link; remove Google Calendar

This commit is contained in:
Ivaylo Markov 2020-10-31 10:39:42 +02:00
parent 90d896cfe2
commit 9da34728cc
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if (!preg_match('/^full/', $pagename)) {
<?php <?php
if (!empty($content)) { if (!empty($content)) {
echo '<p> <a href="https://cfp.openfest.org/api/conferences/'.$sched_config['conferenceId'].'/events.ics?locale='.$lang.'">iCalendar</a> or <a href="https://calendar.google.com/calendar?cid=b2s3bW9sOWpyczNjODVjbjRrZ3JpYmY5ODRAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ">Google calendar</a></p>'; echo '<p><a href="https://cfp.openfest.org/api/conferences/'.$sched_config['conferenceId'].'/events.ics?locale='.$lang.'">iCalendar</a></p>';
echo $content['schedule']; echo $content['schedule'];
?> ?>