We are working a scheduling rota for a customer using an outlook calendar that is set an ical in the calendar module, we can get info and check matches with fwconsole as below
fwconsole calendar --match=“$curtm” --type=calendar --id=“$UUID”
where curtm is epoch + a couple of seconds and UUID is the calendar Id and this works the script we use returns the event 'name’as a variable in dynamic routes and we route on that result
Was wondering if there is any what of calling the calendar from the dialplan directly ?
what i have works and is more flexible that time conditions but wonder if theres a better way.