Filter RSS/iCal feeds by campus

Is it possible to filter RSS/iCal feeds by campus?

I’ve tried both of the following URL formats and neither is filtering:

https://events.georgetown.edu/live/rss/events/categories_campus/Capitol%20Campus/header/Capitol%20Campus%20Events

https://events.georgetown.edu/live/rss/events/group/ *University%20Calendar /categories_campus/Capitol%20Campus/header/*University%20Calendar%20Capitol%20Campus%20Events

Hey Emma,

Sure thing! This isn’t always the most intuitive but in the API, “category” covers event types, audiences, and campuses. So you can use

https://events.georgetown.edu/live/rss/events/group/*University%20Calendar/category/Capitol%20Campus

or just

https://events.georgetown.edu/live/rss/events/category/Capitol%20Campus

Hope this helps! I’ve also updated the docs for category to help clarify this for future folks.

Karl

Thanks Karl, that’s perfect!