-
The
DateFormatExtension::formatCalendarDateRangeOrganization(DateTime $startDate = null, DateTime $endDate = null, $skipTime = false, $dateType = null, $timeType = null, $locale = null, $timeZone = null, OrganizationInterface $organization = null)[?] method was changed toDateFormatExtension::formatCalendarDateRangeOrganization($startDate = null, $endDate = null, $skipTime = false, $dateType = null, $timeType = null, $locale = null, $timeZone = null, $organization = null)[?] -
The
RecurrenceExtension::getRecurrenceTextValue(Recurrence $recurrence = null)[?] method was changed toRecurrenceExtension::getRecurrenceTextValue($recurrence = null)[?] -
The
CalendarDateTimeConfigProvider::getDateRange(DateTime $date = null)[?] method was changed toCalendarDateTimeConfigProvider::getDateRange($date = null)[?] -
The
CalendarPropertyProvider::getEnumDefaultValue($fieldName)[?] method was changed toCalendarPropertyProvider::getEnumDefaultValue($fieldName)[?] -
The
LoadAttendeeData::loadData(ObjectManager $manager, $enumCode, $data)[?] method was changed toLoadAttendeeData::loadData(ObjectManager $manager, $enumCode, $data)[?] -
The
AttendeeRelationManager::bindAttendees($attendees, Organization $organization = null)[?] method was changed toAttendeeRelationManager::bindAttendees($attendees, $organization = null)[?] -
The
UpdateAttendeeManager::getAttendeeType($id)[?] method was changed toUpdateAttendeeManager::getAttendeeType($internalId)[?] -
The
UpdateExceptionManager::isDateTimeValueEqual(DateTime $source = null, DateTime $target = null)[?] method was changed toUpdateExceptionManager::isDateTimeValueEqual($source = null, $target = null)[?] -
The
AttendeesToViewTransformer::__construct(EntityManager $entityManager, AttendeeManager $attendeeManager)[?] method was changed toAttendeesToViewTransformer::__construct(ManagerRegistry $doctrine, AttendeeManager $attendeeManager)[?] -
The
Attendee::setUser(User $user = null)[?] method was changed toAttendee::setUser($user = null)[?] -
The
Calendar::setOrganization(Organization $organization = null)[?] method was changed toCalendar::setOrganization($organization = null)[?] -
The
CalendarEvent::setCalendar(Calendar $calendar = null)[?] method was changed toCalendarEvent::setCalendar($calendar = null)[?] -
The following methods in class
Recurrence[?] were changed: -
The
SystemCalendar::setOrganization(Organization $organization = null)[?] method was changed toSystemCalendar::setOrganization($organization = null)[?] -
The
AttendeeRepository::getEmailRecipients(Organization $organization = null, $query = null, $limit = null)[?] method was changed toAttendeeRepository::getEmailRecipients($organization = null, $query = null, $limit = null)[?] -
The
AttendeesToViewTransformer::$attendeeManager[?] property was removed.