# Calendar and Scheduler fixes

Source: https://developer.nylas.com/docs/changelogs/2026-08-26-calendar-and-scheduler-fixes/

## Fixed

- **`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](/docs/reference/api/events/get-events-id/).