field-service icon indicating copy to clipboard operation
field-service copied to clipboard

[16.0][IMP] fieldservice_calendar: Sync description

Open houzefa-abba opened this issue 7 months ago • 1 comments

This PR contains 2 commits: 1 to modernize code related to this field sync; 1 which adds description sync.


Propagate description updates between FSM order & calendar event.

1 is an HTML field, the other is not; we handle conversion.

Before this change, description was only propagated at calendar event creation, and without text➔html conversion.


To test:

  • Field Service > Configuration > Settings: Enable "Manage Teams"
  • Field Service > Configuration > Teams: Set a "Team's calendar"
  • Create an FSM order, give it a scheduled date & duration
  • Update FSM order description, observe updates in calendar event

FSM order with multiline description & schedule: Screenshot at 2024-07-12 15-30-33

Calendar event with that multiline description (thanks to text➔html conversion): Screenshot at 2024-07-12 15-31-26

houzefa-abba avatar Jul 12 '24 13:07 houzefa-abba