-
Notifications
You must be signed in to change notification settings - Fork 163
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
Calendar app on the Mac does not accept this ics. #390
Comments
Can you show us the minimal working PHP code that is needed to create this ICS output? Which version of this library do you use? |
HI Thank you very much for your quick response.. We use version 2.5.0 This is the code we use to generate the .ics
If you need more info please let me know. Thanks very much in advance |
I'm having the same issue - generating a very simple ICS file does not work in mobile safari on my iPhone 8. Instead it prompts me to "download cal.ics.html". I'm using a very standard event with little information, see following ical file:
When generating, I'm writing these headers:
|
Update: I tested this on various platforms including Mac, and it works fine on Mac OSX, but simply not at all mobile on iOS 15.3.1. |
Thanks for raising this issue. This bug will be fixed in #479. |
When i try to import a downloaded .ics file with this content, no calendar item is imported in the calendar
BEGIN:VCALENDAR
PRODID:platform
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
UID:94b10624-55ac-4974-b87d-48408e89a841
DTSTAMP:20220302T084901Z
SUMMARY:testx
DESCRIPTION:Join: https://test.nl
DTSTART;UTC=:20220303T083800
DTEND;TZID=UTC:20220303T093800
ORGANIZER:mailto:test%40test.io
SEQUENCE:0
DURATION:P0DT1H0M0S
END:VEVENT
END:VCALENDAR
Are there any suggestions?
The text was updated successfully, but these errors were encountered: