> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/interview-studies/manage-an-interview-study/notifications-and-calendar-invites-in-interview-studies.md).

# Notifications and calendar invites in interview studies

A single interview session is often a group effort, with many moderators conducting multiple sessions a week. So, Dscout helps you keep track of what sessions you've got on the books by sending emails at various points in the scheduling process. These emails include events you can add directly to your calendar:

<figure><img src="/files/XoZx2yoLewKcT4k4D2B9" alt=""><figcaption></figcaption></figure>

The table below shows when calendar invites are sent and who receives them:

<table><thead><tr><th>Invite</th><th data-type="checkbox">Received by moderator</th><th data-type="checkbox">Received by participant</th></tr></thead><tbody><tr><td><strong>Session first scheduled</strong></td><td>true</td><td>true</td></tr><tr><td><p><strong>Session rescheduled</strong></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note:</strong> Participants cannot reschedule a session on the same day.</p></div></td><td>true</td><td>true</td></tr><tr><td><strong>One-hour reminder</strong></td><td>false</td><td>true</td></tr><tr><td><p><strong>Moderator changed</strong></p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note:</strong> Removing, adding, or reassigning a moderator on an already-scheduled session does not trigger an email invitation.</p></div></td><td>false</td><td>false</td></tr><tr><td><strong>Session canceled</strong> (by researcher)</td><td>true</td><td>true</td></tr><tr><td><p><strong>Session canceled</strong> (by participant)</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note:</strong> If a participant begins the rescheduling process but does not select a new time slot, their session is canceled and the researcher is not notified.</p></div></td><td>false</td><td>false</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.dscout.com/interview-studies/manage-an-interview-study/notifications-and-calendar-invites-in-interview-studies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
