You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
After resolving #226, we now have the ability to download a single event's icalendar file.
The next step would be to export a single icalendar file of a collection of events. Examples of collections include:
Future events only
Future sprint events
Future Volto Team events EDIT: open to Volto Team members only due to disruptive GSoC aspirants crashing the event and asking for technical support. This collection is not needed.
Future events with a virtual or remote participation component
Such a collection would have its own unique URL to download the icalendar file. This would allow visitors to import a complete icalendar file into their personal calendar applications.
Describe the solution you'd like
@acsr put together a proof of concept that does that.
Fun Fact: You can still use the configurable Table view to export the list as CSV.
Describe alternatives you've considered
Another option would be to allow users to first search for events, then export the search results into a single or individual icalendar files, but I don't think there's much demand for this use case.
Is your feature request related to a problem? Please describe.
After resolving #226, we now have the ability to download a single event's icalendar file.
The next step would be to export a single icalendar file of a collection of events. Examples of collections include:
Future Volto Team eventsEDIT: open to Volto Team members only due to disruptive GSoC aspirants crashing the event and asking for technical support. This collection is not needed.Such a collection would have its own unique URL to download the icalendar file. This would allow visitors to import a complete icalendar file into their personal calendar applications.
Describe the solution you'd like
@acsr put together a proof of concept that does that.
The steps included the following.
/ics_viewto the regular, non-Classic UI URL, and you get an iCalendar file with all events.Describe alternatives you've considered
Another option would be to allow users to first search for events, then export the search results into a single or individual icalendar files, but I don't think there's much demand for this use case.
Additional context
This idea came about from the relaunch of Open Tech Calendar, a demo of Open Web Calendar, and @stevepiercy's ongoing documentation project on icalendar.
Further discussion took place in Discord in the ploneorg-marketing Discord channel discussion.
This issue description may be revised, depending on further comments, including the steps that Armin took to make the demo successful.