List calendar
documentedLists calendar events, tasks and milestones within a date range.
GET /report/calendar/Reportsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://secure.solve360.com/report/calendar/?start={{$start}}&end={{$end}}&filter={{$filter}}&itemsdata={{$itemsdata}}" \
-X GET \
-H "Content-Type: application/xml" \
-H "Accept: application/json" \
-u "{{$SOLVE360_USER_EMAIL}}:{{$SOLVE360_API_TOKEN}}"