DreamTreem

Results 3 comments of DreamTreem

occurrence.Period.StartTime.Value

@minichma Thank you! it works in 2022.

The issue is not solved yet. To get the last occurrence into the occurrences `HashSet` I converted calendar event's Start and End values to UTC. ``` calendarEvent.Start.Value = calendarEvent.Start.AsUtc; calendarEvent.End.Value...