I'm working on a project where we'd like to allow events to belong to multiple calendars, instead of the one-to-one relationship they have now. Before I get too far into it, I wanted to see if anyone else has dealt with this before? Or if the module author could give any insight as to how much work would be involved in modifying the module to allow the desired functionality?
We've moved the forum!
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
It's an uphill battle. An event is associated to its calendar by the parent relationship, so what you're asking is to have a page with multiple parents, and that's just a headache in Silverstripe.