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

# Past meetings

> Review past meetings and restore deleted ones

## What it does

Earmark keeps a full history of your meetings, organized by date. You can revisit any past meeting to review the transcript, regenerate artifacts, or share outputs after the fact. If you delete a meeting by mistake, you can restore it within 30 days.

## Browsing your meetings

### Recent meetings

The sidebar shows your most recent meetings for quick access. Click any meeting to open it and review its transcript and artifacts.

### All meetings

<Frame caption="Meetings list grouped by date">
  <div
    style={{
  backgroundImage: 'url(https://mintcdn.com/earmark/vNkCE4NL0UOVgfZk/images/background-blue.png?fit=max&auto=format&n=vNkCE4NL0UOVgfZk&q=85&s=8d57271bb6e72c3715e83d97907c438b)',
  backgroundSize: 'cover',
  backgroundPosition: 'center',
  borderRadius: '1rem',
  padding: '4%',
}}
  >
    <div
      style={{
    borderRadius: '0.875rem',
    overflow: 'hidden',
    boxShadow: '0 24px 60px rgba(15, 23, 42, 0.28)',
  }}
    >
      <img src="https://mintcdn.com/earmark/7bmTb55b6UAEQSbk/images/meeting-history-view-all.png?fit=max&auto=format&n=7bmTb55b6UAEQSbk&q=85&s=aef590215769c4c8aa608bc6a72ca232" alt="Meetings page showing full meeting history with entries grouped by date." style={{ width: '100%', display: 'block' }} width="1398" height="1007" data-path="images/meeting-history-view-all.png" />
    </div>
  </div>
</Frame>

Open the **Meetings** page from the sidebar to see your full meeting history, grouped by date. Each entry shows the meeting title (auto-generated from the transcript if you didn't set one manually) and when it was last updated.

## Auto-generated titles

When you stop recording a meeting for the first time, Earmark automatically generates a descriptive title based on the transcript content. This makes it easy to identify meetings at a glance without manual labeling. You can always edit the title later.

## Deleting and restoring meetings

Earmark uses a soft-delete system so you never lose important meeting data by accident.

<Steps>
  <Step title="Delete a meeting">
    Delete a meeting from the meetings page. The meeting moves to the **Recently deleted** section in settings.
  </Step>

  <Step title="Find it in Recently deleted">
    Go to **Settings > Recently deleted** to see all meetings deleted within the last 30 days.

    <Frame caption="Settings > Recently deleted with Restore actions">
      <div
        style={{
  backgroundImage: 'url(https://mintcdn.com/earmark/vNkCE4NL0UOVgfZk/images/background-blue.png?fit=max&auto=format&n=vNkCE4NL0UOVgfZk&q=85&s=8d57271bb6e72c3715e83d97907c438b)',
  backgroundSize: 'cover',
  backgroundPosition: 'center',
  borderRadius: '1rem',
  padding: '4%',
}}
      >
        <div
          style={{
    borderRadius: '0.875rem',
    overflow: 'hidden',
    boxShadow: '0 24px 60px rgba(15, 23, 42, 0.28)',
  }}
        >
          <img src="https://mintcdn.com/earmark/7bmTb55b6UAEQSbk/images/recenetly-deleted-meetings.png?fit=max&auto=format&n=7bmTb55b6UAEQSbk&q=85&s=09266d2eb6398ffa1e8be493843a3c06" alt="Recently deleted meetings in settings with Restore buttons for each soft-deleted meeting." style={{ width: '100%', display: 'block' }} width="723" height="339" data-path="images/recenetly-deleted-meetings.png" />
        </div>
      </div>
    </Frame>
  </Step>

  <Step title="Restore if needed">
    Click **Restore** to bring the meeting back with all its data: transcript, tasks, artifacts, and participants.
  </Step>
</Steps>

If you open a direct link to a meeting that was deleted (or one you no longer have access to), Earmark returns you to the home screen and shows a notice that the meeting is no longer available.

## Automatic cleanup rules

Earmark automatically cleans up some calendar-created placeholder meetings so your history stays relevant.

* If a calendar event is canceled and the meeting never had captured content, Earmark removes it from meeting lists and search.
* If a calendar event reaches its scheduled end and the meeting never had captured content, Earmark removes it.
* If you disconnect a calendar and clear upcoming events, future placeholder meetings with no captured content are removed.

If recording has started or you created tasks/artifacts, Earmark keeps the meeting and updates its status instead of removing it automatically.

## Data retention

| Stage                  | What happens                                                               |
| ---------------------- | -------------------------------------------------------------------------- |
| **Active**             | Meeting is visible and accessible in your meeting history                  |
| **Soft-deleted**       | Meeting is hidden but restorable for 30 days                               |
| **Permanently purged** | After 30 days, the meeting and all associated data are permanently removed |

When a meeting is deleted, all associated data is cascade-deleted with it: transcript chunks, tasks, artifacts, and participant records. Restoring a meeting brings all of this back.

<Note>
  Permanent purge runs automatically once per day. There is no way to recover a meeting after the 30-day retention window.
</Note>
