Sign in

List calendar

documented

Lists calendar events, tasks and milestones within a date range.

GET /report/calendar/Reportsno implementation yet0 runs
No 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}}"
List calendar · solve360 · OpenIntegrations