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

text/calender #301

Open
DimitriPapadopoulos opened this issue Jul 14, 2023 · 0 comments · May be fixed by #302
Open

text/calender #301

DimitriPapadopoulos opened this issue Jul 14, 2023 · 0 comments · May be fixed by #302

Comments

@DimitriPapadopoulos
Copy link

DimitriPapadopoulos commented Jul 14, 2023

Found by codespell, looks like a typo:

"text/calender": {
"compressible": true,
"notes": "Probably needs to be uncompressed before sent to iCalender.",
"sources": [
"http://en.wikipedia.org/wiki/ICalendar"
]
},

The real mime type for iCalendar, documented in http://en.wikipedia.org/wiki/ICalendar, is:

mime-db/src/iana-types.json

Lines 9839 to 9844 in a76e5a8

"text/calendar": {
"sources": [
"https://tools.ietf.org/rfc/rfc5545.txt",
"https://www.iana.org/assignments/media-types/text/calendar"
]
},

Both originate in the initial commit 482c13c.

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