cuny-academic-commons / bp-event-organiser

Allows Event Organiser plugin events to be assigned to BuddyPress groups and generates a group calendar page for each group
GNU General Public License v2.0
3 stars 1 forks source link

User and group-specific iCal feeds #22

Closed boonebgorges closed 8 years ago

boonebgorges commented 9 years ago

It looks like this should be fairly easy - event-organiser has support for ical feeds already.

stephenharris commented 9 years ago

I think adding ?feed=eo-events (or pretty permalink variant of) to any events page should do it. The iCal is registered as a feed with WordPress.

r-a-y commented 8 years ago

We have different requirements than EO, so I needed to create a helper function - bpeo_do_ical_download() (see commit 9b5c1d9) - that allows us to set the event query args and modify some properties in the iCalendar file.

I'm still using EO's native iCalendar generation class, but I'm using some filters to set some of the iCalendar properties like the name and URL.

Going to close this one.