Skip to content
Skip to main content

Calendar and Scheduler fixes

SchedulerCalendar
  • event_booking.description on Scheduler bookings is no longer HTML-escaped when the resulting event is created on a Google or Microsoft calendar. Descriptions containing characters like &, <, or > previously rendered with HTML entities (for example, &amp; instead of &) instead of the original text.
  • Occurrence-level event lookups on Microsoft grants now resolve correctly by ical_uid. A lookup for a specific occurrence of a recurring event could previously fail to find the matching event.