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

Private group iCalendar URLs need to be publicly-accessible #69

Closed r-a-y closed 5 years ago

r-a-y commented 5 years ago

In #22, we implemented iCalendar URLs, which allows others to subscribe to user and group calendars.

However, when you try to fetch a private group calendar iCal URL: https://example.com/groups/PRIVATE-GROUP/events/SOME-LONG-HASH/ical/

It will ask you to login on the web.

This shouldn't happen as calendar apps like Google Calendar will need the iCal URL to be publicly accessible without logging in.

r-a-y commented 5 years ago

Going to close this one as the above commits should address the issue.