MergeCal转发了
?? Calendar Time Zone Troubles? Here's a TIL Moment! ?? As the creator of mergecal.org, I recently encountered an interesting challenge with calendar exports. Here's what I learned: 1?? Some applications (looking at you, Google Calendar) convert all event times to UTC when exporting calendars. 2?? They add a X-WR-TIMEZONE property at the top of the calendar file, specifying the original time zone. 3?? The expectation? That you'll convert those UTC times back to the local time zone. Phew! This caused a bug in MergeCal where a 10 PM event showed up on the next day (it was 2 AM in UTC). ?? Fortunately, we found a solution: a Python library called x-wr-timezone that handles these conversions. For those interested, you can find it here: https://lnkd.in/eegyujt5 Have you encountered similar time zone issues in your projects? How did you solve them? Let's discuss in the comments! #iCalendar #ics #CalendarIntegration #DeveloperChallenges #PythonLibraries #TimeZoneBugs #MergeCal #Python