tidyCal.listTeams lists teams the connected account owns or belongs to.
automations/list-tidycal-teams.automation.ts
page defaults to 1. The result contains items with each team’s numeric ID, name, and timestamps.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists TidyCal teams available to the account.
tidyCal.listTeams lists teams the connected account owns or belongs to.
import { automation, onDashboardRun } from "automate.ax"
import { tidyCal } from "automate.ax/tidycal"
export default automation("List TidyCal teams", () => {
onDashboardRun({ title: "List TidyCal teams" })
tidyCal.listTeams({ page: 1 })
})
page defaults to 1. The result contains items with each team’s numeric ID, name, and timestamps.