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

Current add-to-calendar endpoint not obeying iCalendar standard #48

Open
4 tasks done
MTrost opened this issue Nov 7, 2024 · 0 comments · May be fixed by #53
Open
4 tasks done

Current add-to-calendar endpoint not obeying iCalendar standard #48

MTrost opened this issue Nov 7, 2024 · 0 comments · May be fixed by #53

Comments

@MTrost
Copy link
Collaborator

MTrost commented Nov 7, 2024

I hacked the current implementation during the conference, just looking at some ical feeds responses, asking Claude for help and validating via https://icalendar.org/

Things to fix:

  • Line folding for long content lines
  • Line breaks as CLRF
  • Escaping characters ,, :, ;, \, \n, \r\n
  • Perhaps truncate description to ~2000 chars (practical limitation in popular calendars like Google Calendar is 8kb)
@MTrost MTrost linked a pull request Nov 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant