> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Schedule Parser • AI Agents Framework

> ScheduleParser: Parse schedule expressions into intervals.

# ScheduleParser

> Defined in the [**Agent Scheduler**](../modules/agent_scheduler) module.

<Badge color="purple">AI Agents Framework</Badge>

Parse schedule expressions into intervals.

## Methods

<CardGroup cols={2}>
  <Card title="parse()" icon="function" href="../functions/ScheduleParser-parse">
    Parse schedule expression and return interval in seconds.
  </Card>
</CardGroup>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai/praisonai/agent_scheduler.py#L32">
  `praisonai/agent_scheduler.py` at line 32
</Card>
