Skip to content
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

Generate ics files directly #44

Open
jaredlt opened this issue Apr 29, 2023 · 2 comments
Open

Generate ics files directly #44

jaredlt opened this issue Apr 29, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@jaredlt
Copy link
Owner

jaredlt commented Apr 29, 2023

Currently, we generate a data-uri for iCal which can be used to download an .ics file.

But if we want to attach an .ics file to emails, we need to generate it directly (otherwise the url encoding for the data-uri borks the calendar display when imported into a calendar.

image

@jaredlt jaredlt added the enhancement New feature or request label Apr 29, 2023
@jaredlt
Copy link
Owner Author

jaredlt commented Apr 30, 2023

I don't currently need this feature, but if someone does let me know as I'd be willing to implement it.

@jaredlt
Copy link
Owner Author

jaredlt commented Oct 13, 2023

CGI.unescape(cal.ical_url) and then handle last edge cases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant