Get calendar event (by id)
documentedCalendar event details by ID.
GET \/api\/resource\/calendar_events\/{id}Calendarno 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://www.rescuetime.com/api/resource/calendar_events/{{$id}}" -X GET -H "Accept: application/json" -H "Authorization: Bearer {{RESCUETIME_API_KEY}}"