-
Notifications
You must be signed in to change notification settings - Fork 156
Not able to generate an ics file that could add an event on iCalendar #185
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
Labels
Comments
I am also facing this issue |
Here is what I did that worked:
do not add UTF-8 as encoding. |
I'm placing it in an Uint8Array typed array with a format of 'ics' and its not working. having to do this to upload to cloudinary cdn |
Anyone to help here. Facing the same issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have tested it multiple times, but as soon as I generate an
ics
file and add an event with it in my iPhone, it almost always fails.My code:
The text was updated successfully, but these errors were encountered: