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

Feature: Group Event Import #71

Closed r-a-y closed 4 years ago

r-a-y commented 4 years ago

We did this for the Commons, but we might want to consider merging this branch into 1.1.x or consider doing this in a future release.

To summarize, this PR allows for groups to import events from an uploaded ICS file or to import events from an iCalendar URL. Importing from an iCalendar URL will automatically set up a cronjob for the group to sync events every hour.

Note: The iCalendar URL import requires Event Organiser's iCal Sync premium extension

r-a-y commented 4 years ago

Just to update, this PR was made against 1.1.x branch, but I'm about to merge this into 1.2.x branch and re-tag 1.2.0, pending a quick review of other issues.

r-a-y commented 4 years ago

ical-sync branch has been merged into 1.2.x branch. I've retagged 1.2.0 here.

Closing this one out.

I do have a question about whether we want to expose the group admin's "Settings > Events" breadcrumb link for openlab-theme. Right now, it isn't shown. Should I create an issue over on the CBOX repo?

boonebgorges commented 4 years ago

Thanks for taking the initiative to clean up the 1.2.0 tag, @r-a-y !

Yes, if you could open a ticket on the CBOX repo, that would be great. Ideally, you could include a link to whatever part of the bp-event-organiser plugin is responsible for building the markup on default BP templates, to make it easier for me to port :)