We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i was reading up on rss feeds, and this is an interesting idea:
https://theeventscalendar.com/knowledgebase/subscribing-to-calendars-via-rss/
URLs for category and tag feeds are generated in the same manner as a standard calendar feed–simply append /feed to the end of any category or tag URL. Our “Tech Meetups” category on our Demo Site is located at https://demo.theeventscalendar.com/events/category/fitness/. Adding /feed to this gives us https://demo.theeventscalendar.com/events/category/fitness/feed and clicking this link will give us a feed of just the events from that category!
it'd be cool to do this with each of our categories, both for the calendar and grid views, and for the calendar feed.
ex. maybe https://www.shift2bikes.org/calendar/21plus/ or https://www.shift2bikes.org/calendar/westside/
https://www.shift2bikes.org/calendar/21plus/
https://www.shift2bikes.org/calendar/westside/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i was reading up on rss feeds, and this is an interesting idea:
https://theeventscalendar.com/knowledgebase/subscribing-to-calendars-via-rss/
it'd be cool to do this with each of our categories, both for the calendar and grid views, and for the calendar feed.
ex. maybe
https://www.shift2bikes.org/calendar/21plus/
orhttps://www.shift2bikes.org/calendar/westside/
The text was updated successfully, but these errors were encountered: