Details
-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE M3
-
Fix Version/s: 6.2.0 CE M3
-
Component/s: Calendar, Collaboration, Dev Tools, Dev Tools > Plugins SDK
-
Labels:None
-
Epic/Theme:
-
Fix Priority:3
Description
Calendar notifications can potentially be skipped if there are a large number of CalendarBookings. We are grabbing a new "now" time each time we run NotificationUtil.notifyCalendarBookingReminders(). We should pass in the "now" time from CalendarBookingLocalServiceImpl.checkCalendarBookings() to ensure all notifications get sent.