- πͺπΈSpain rcodina Barcelona
If you export a calendar from Outlook, you will have an unofficial ICS field named X-MICROSOFT-CDO-ALLDAYEVENT which will indicate if it's an "all day" event. However, both 1 day events and N>1 day events can have this field checked. So its impossible to know the difference from 1 day and 2 day events.
- πΊπΈUnited States ben.hamelin Adirondack Mountains, NY
Thanks @akafitty and @rcodina! I am going to look into this soon. Are you able to paste a text version of your ICS file, or upload it here? It can be truncated for testing.
Also to confirm, are your timezone settings in the site America/Vancouver?
Additionally how are your date fields configured on your events content type?
- πΊπΈUnited States ben.hamelin Adirondack Mountains, NY
I believe this issue will be resolved by the same fix in: https://www.drupal.org/project/feeds_ical/issues/3062885 π Timezone selection not working properly RTBC
To confirm you can try the patch from that MR here: https://git.drupalcode.org/project/feeds_ical/-/merge_requests/13.diff
I tested with your 2 examples and now timezone is handled properly.
Please let me know either here or in that issue if this resolves for you, thanks!