changeset f4b7d7d8e4d9 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset&node=f4b7d7d8e4d9
description:
        Use discourse events

        issue10968
diffstat:

 app.py |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (19 lines):

diff -r c88c35cbe8c6 -r f4b7d7d8e4d9 app.py
--- a/app.py    Thu Dec 16 16:12:10 2021 +0100
+++ b/app.py    Sat Jan 15 17:50:28 2022 +0100
@@ -33,13 +33,8 @@
 
 NEWS_URL = 'https://discuss.tryton.org/c/news'
 NEWS_RSS_URL = NEWS_URL + '.rss'
-CALENDAR_URL = (
-    'https://calendar.google.com/calendar/embed'
-    '?src=p4jhgp9j5a2ehndebdglo6tslg%40group.calendar.google.com'
-    '&ctz=Europe%2FBrussels')
-CALENDAR_ICS = (
-    'https://calendar.google.com/calendar/ical'
-    '/p4jhgp9j5a2ehndebdglo6tslg%40group.calendar.google.com/public/basic.ics')
+CALENDAR_URL = 'https://discuss.tryton.org/upcoming-events'
+CALENDAR_ICS = 'https://discuss.tryton.org/discourse-post-event/events.ics'
 SUPPORTERS_URL = (
     'https://foundation.tryton.org:9000/foundation/foundation/1/supporters')
 DONATORS_URL = (

Reply via email to