Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Time Zone in ICS/ICAL file | Event Espresso - Staging Server
How do I set the timezone in the ICS/ICAL downloadable file? I see that I can enable this option under “Event Template Settings”, but I had a user in the Atlantic time zone download the file, and it showed the incorrect time for her time zone.
She is inserting it into Outlook, I believe. I don’t know how to test this because I am IN my time zone. I tried to change the setting that makes time zone an editable field on the event creation form, but it is already set to my time zone (Mountain), so I’m not sure what will be different.
I wish there were an easy way to indicate that the event time was specific to a time zone.
Your ICS file is showing:
X-WR-TIMEZONE:America/Denver
which is standard for apple’s iCal and google calendar. Microsoft uses a different system, however.
You could try the following modification to make it Microsoft friendly. In includes/functions/ical.php on line 13, change it to:
This should convert the event times to UTC, and set the timezone of the iCal file to UTC, so that it will work in apple’s iCal, google calendar, and outlook.
Viewing 3 reply threads
The support post ‘Time Zone in ICS/ICAL file’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.