Odwołanie do msg w skrypcie Api node

Witam.
Za pomocą noda API z sekcji home assistant pobieram listę zadań z kalendarza. Jednak mam problem bo nie wiem jak skonfigurować tego noda aby datę pobierał z pola znajdującego się w obiekcie msg.

Mam następującego JSON-a

{
    "type": "execute_script",
    "sequence": [
        {
            "service": "calendar.list_events",
            "data": {
                "start_date_time": "{{msg.calendarStart}}",
                "end_date_time": "{{msg.calendarEnd}}"
            },
            "target": {
                "entity_id": [
                    "<id kalendarza>"
                ]
            },
            "response_variable": "service_result"
        },
        {
            "stop": "done",
            "response_variable": "service_result"
        }
    ]
}

Gdy zamiast pól msg.calendarStart i msg.calendarEnd podam datę to działa poprawnie. Nie wiem natomiast jak napisać skrypt aby pobrał daty z pól. calendarStart i calendarEnd