action hillbillysoftware_calendar_networks_get { label: "Gets a list of available networks" provider: hillbillysoftware method: GET path: "/Calendar/Networks/{AccessToken}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } } required: ["AccessToken"] additionalProperties: false } output: { type: "object" additionalProperties: true } }