Brown-University-Library / onepress-cds

CDS WordPress theme based on OnePress
1 stars 0 forks source link

Calendar on home page #7

Open briancroxall opened 7 years ago

briancroxall commented 7 years ago
kerri-hicks commented 7 years ago

If you want to parse RSS to get your calendar feed, info is available here:

https://livewhale.desk.com/customer/en/portal/articles/1456604-rss-and-ical?b_id=4245

Note: to work around a bug that they're fixing, always use the MAX parameter when you're using RSS. So to grab the feed of all events, I'm using this URL:

http://brownlibrary.lwcal.com/live/rss/events/max/10

There's also a JavaScript method for creating a "remote widget", which is documented here:

https://livewhale.desk.com/customer/en/portal/articles/2351170-remote-calendar-widget-cors-?b_id=4245

And if there's something specific you want to do that's not covered by those use cases, they can create a custom JavaScript widget for us.