myUMBC Events can be fetched through XML feeds for advanced uses. There are two endpoints that can be used to retrieve events:
Several feed modes are available, each designed around certain types of tasks:
Additional query parameters:
Additional query parameters:
Additional query parameters:
Additional query parameters:
Include events for the calendar week (Sunday - Saturday) that includes specified day
"month"
Include events for the calendar month that includes specified day
Additional query parameters:
- Events from your group: http://my.umbc.edu/api/v0/events.xml?group_token=YOUR_GROUP_TOKEN
(YOUR_GROUP_TOKEN should be replaced with your myUMBC Group token)
- Community Events: http://my.umbc.edu/api/v0/events.xml
Several feed modes are available, each designed around certain types of tasks:
Basic list of upcoming events
/api/v0/events.xml?mode=upcomingAdditional query parameters:
- page
The page number to retrieve
- page_size
The number of events to include per page
- tag
Filter included events which contain the specified tags (comma separated string)
- group
Filter included events which were publicly posted by the specified group (comma separated string of group tokens). Only used for the Community Events endpoint.
Basic list of upcoming events that were pawed during a range of time, ordered by their pawpularity
/api/v0/events.xml?mode=pawpularityAdditional query parameters:
- page
The page number to retrieve
- page_size
The number of events to include per page
- tag
Filter included events which contain the specified tags (comma separated string)
- group
Filter included events which were publicly posted by the specified group (comma separated string of group tokens). Only used for the Community Events endpoint.
Basic list of upcoming events that were commented on during a range of time, ordered by the number of comments
/api/v0/events.xml?mode=activityAdditional query parameters:
- page
The page number to retrieve
- page_size
The number of events to include per page
- tag
Filter included events which contain the specified tags (comma separated string)
- group
Filter included events which were publicly posted by the specified group (comma separated string of group tokens). Only used for the Community Events endpoint.
Events for a given date or range of dates, ordered by their start date
/api/v0/events.xml?mode=calendarAdditional query parameters:
- month, day, and year
The numeric month (1-12), day, and year to include events from (the current month, day, and year are used unless specified).
- view
The span of events to include. The value can be:
"day"
Only include events for the specified day
Include events for the calendar week (Sunday - Saturday) that includes specified day
"month"
Include events for the calendar month that includes specified day
- tag
Filter included events which contain the specified tags (comma separated string)
- group
Filter included events which were publicly posted by the specified group (comma separated string of group tokens). Only used for the Community Events endpoint.
Events based on advanced query parameters
/api/v0/events.xml?mode=customAdditional query parameters:
- begin and end
Include events which occur between the begin and end date (in the mm/dd/yyyy format).
- back and forth
Include events which occur the specified number of days back and forward from the current day.
- tag
Filter included events which contain the specified tags (comma separated string of tags)
- group
Filter included events which were publicly posted by the specified group (comma separated string of group tokens). Only used for the Community Events endpoint.