Replies: 1 comment
-
If you want to ensure consistent TimeZone-Support, the transitions of daylight saving and standard time need to be defined manually. You can have a look at examples/example5.php how this can be done. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating events and they look ok in gmail and even in outlook live (the web version of outlook), but on the outlook desktop version the events are received as emails with attachment:
This is the code:
The generated ical looks like this:
I understand that I need to make it pass a validator. At the moment there is a fail:
What do I need to change in the code?
I am using ical version 0.11.6
Beta Was this translation helpful? Give feedback.
All reactions