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

Issues in generated ics file #50

Open
harish-aka-shivi opened this issue Apr 21, 2020 · 0 comments
Open

Issues in generated ics file #50

harish-aka-shivi opened this issue Apr 21, 2020 · 0 comments

Comments

@harish-aka-shivi
Copy link

I was implementing Add to Calendar button for a project, I figured out there are some issues in creating ics file.

  • The content lines should be delimited by CRLF (link). So it should be appended by "\r\n" instead of "\n".
  • PRODID property is required in ics file structure. (link)
  • Similarly, DTSTAMP and UID are also required for the valid structure.

We can validate the ics file here.

@harish-aka-shivi harish-aka-shivi changed the title Issues in creating ics file Issues in generated ics file Apr 21, 2020
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

No branches or pull requests

1 participant