question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is media type text/calendar supported?

See original GitHub issue

https://datatracker.ietf.org/doc/html/rfc5545

Are there plans to support media type text/calendar? Or is there an existing media type that satisfies this?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
atyecommented, Feb 3, 2022

@webron

I see that works. Thank you for your help!

0reactions
webroncommented, Feb 3, 2022

This should work:

responses:
  "200":
    description: A successful response
    content:
      text/calendar: {}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Media Type for text/calendar - SmartBear Community
Referencing https://datatracker.ietf.org/doc/html/rfc5545, what media type should be used for text/calendar ? Is that supported?
Read more >
ICalendar transferred with text/calendar mime type
My desire is to have the browser to automatically create a file named calendar.ics from String icsAsString (note that icsAsString is created using...
Read more >
https://www.iana.org/assignments/media-types/text/...
Interoperability considerations: This media type is intended to define a common format for conveying calendaring and scheduling information between different ...
Read more >
[RFC5545] Section 8.1 iCalendar Media Type Registration
For both import and export, only the following values are supported: "REQUEST", "REPLY", "CANCEL", and "COUNTER" (case-insensitive). On import, ...
Read more >
mime text/calendar
The MIME type text/calendar is used to denote the presence of iCalendar format files. This MIME type is classified under the "text" category....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found