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

# Earnings Calendar Alerts

> How to set up earnings calendar alerts in Driven, so you know which of your watchlist names report each day or week and what to watch for in each report.

This guide covers automating earnings tracking, so you never get blindsided by a report from a name you follow. A scheduled task can tell you each morning which of your names report soon and what to watch for, turning earnings season from chaos into a routine.

The concept behind this is [Scheduled Tasks](/concepts/scheduled-tasks), and it pairs with the [Analyze before earnings](/guides/research/analyze-before-earnings) workflow.

## When to use this

* You hold or follow names that report quarterly and do not want to miss a date
* You want a heads-up on what matters before each report
* Earnings season tends to sneak up on you

## Step 1: Set up the daily calendar check

```text theme={null}
Each morning, tell me which of my watchlist names report earnings today or this week. For each, note the date, the time (before or after market), and the key things to watch.
```

## Step 2: Add the pre-earnings context

Make the alert useful, not just a date:

```text theme={null}
For any name reporting in the next two days, include what consensus expects, what guidance matters, and what result would be bullish or bearish.
```

This gives you the setup ahead of time so you are not reading the release cold. See [Analyze before earnings](/guides/research/analyze-before-earnings) for the full pre-earnings workflow.

## Step 3: Get the post-report read

You can also schedule a follow-up that summarizes results on report days:

```text theme={null}
On any day a watchlist name reports, send me a summary after the release: results versus expectations, guidance, key metric trends, and whether the thesis still holds.
```

## Step 4: Choose delivery

Route the calendar to wherever you plan your day. Telegram works well for a morning heads-up; the web app is better if you want to dig into the pre-earnings analysis right away.

## Example variations

A simple calendar:

```text theme={null}
Every morning, list my watchlist names reporting earnings this week with dates and times. Deliver to Telegram.
```

A calendar with prep built in:

```text theme={null}
Each weekday morning, tell me which of [tickers] report in the next three days, what to watch for each, and what's already priced in.
```

## Common mistakes

* **Date only, no context.** Knowing the date is half the value. Ask what to watch.
* **No post-report follow-up.** The alert that matters most is often the read right after the numbers drop.
* **Watchlist out of date.** Keep your watchlist current so the calendar covers what you actually follow.

## Related

* [Analyze before earnings](/guides/research/analyze-before-earnings) — the full pre-earnings workflow
* [Scheduled Tasks concept](/concepts/scheduled-tasks) — how scheduled tasks work
* [Scheduled task prompts](/prompts/scheduled-task-prompts) — more templates
