Backend/requests: Support .ics attachments - #8471
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
aapeliv
reviewed
May 7, 2026
aapeliv
left a comment
Member
There was a problem hiding this comment.
i love this idea, let me know when it's ready for review
tristanlabelle
marked this pull request as ready for review
May 8, 2026 02:44
aapeliv
previously approved these changes
May 10, 2026
aapeliv
left a comment
Member
There was a problem hiding this comment.
i think it looks good overall
Contributor
Author
|
@aapeliv Addressed comments. Ready for ✅ ! |
tristanlabelle
enabled auto-merge (squash)
May 12, 2026 01:56
aapeliv
approved these changes
May 13, 2026
Contributor
📝 Release NotesThis PR should be included in the release notes. Suggested release note: 🤖 Bot Debug InformationModel: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Generates and attaches iCalendar .ics files to host request accepted+confirmed emails, which are detected by mail clients like Gmail or manually importable in calendar apps.
Caveats:
Unfortunately the
icslibrary pulls in thearrowandtatsulibraries. Its beefier alternative icalendar depends onpython-dateutilandtzdata, which we are already pulling in. I can port over if this is a concern. The format is simple enough for our needs that we could even implement it ourselves.Fixes #8461
Testing
Run the backend and frontend, and follow these steps:
Also added tests
Backend checklist
developif necessary for linear migration historyFor maintainers