Open
Description
This makes it easier to add single events to ones own calendar.
Example PythonCamp 2014:
Event page: https://www.python.org/events/python-events/12/
RSS feed: https://www.google.com/calendar/feeds/j7gov1cmnqr9tvg14k621j7t5c%40group.calendar.google.com/public/basic?orderby=starttime&sortorder=ascending&futureevents=true
Google calendar entry (taken from the RSS feed): https://www.google.com/calendar/event?eid=Y2JudWw3ODZ1bXJiNW80bzg0cGZpOHBxazggajdnb3YxY21ucXI5dHZnMTRrNjIxajd0NWNAZw
The event pages should each include a link to the Google calendar entry, https://www.google.com/calendar/event?eid=Y2JudWw3ODZ1bXJiNW80bzg0cGZpOHBxazggajdnb3YxY21ucXI5dHZnMTRrNjIxajd0NWNAZw in the example.
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
fcurella commentedon Feb 22, 2014
dupe of #109
malemburg commentedon Feb 22, 2014
This is a different request. #109 addresses the general links in the sidebar, this one requests the addition of a link just for the event shown on the page.
Please reopen.
fcurella commentedon Feb 22, 2014
sorry, I've misread it. thank for clarifying
berkerpeksag commentedon Apr 6, 2016
I'm not sure this can be done easily. We'll either need to use Google Calendar API or parse RSS feed during importing events.