-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export as ics file #256
Comments
What about a composer package to solve the problem? I saw something like https://packagist.org/packages/eluceo/ical |
I want to take some time implementing this, but I could use some feedback. As far as I can see we have two options:
My feeling is that the GET/POST approach would work best, where I send the information from /route/ call back to the back-end to generate the ICS file. |
I agree, that will also allow you to archive and cache the ics files if desired. |
Pull request is live, still a bit WIP, but comments welcome. #260 |
Nice to have: an export to calendar for every route. Maybe with this script: https://gist.github.com/jakebellacera/635416
The text was updated successfully, but these errors were encountered: