# Email digest of new Skool events

**Use case:** 

Get an email whenever new events hit a Skool calendar — monitor mode digests title, date, host and join link to your inbox.

## Input

```json
{
  "communities": [
    "ai-automation-society"
  ],
  "maxItems": 50,
  "includeRecurringOccurrences": true,
  "monitorMode": true,
  "alertOnNewEvent": true,
  "emailRecipients": [
    "you@example.com"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "title": {
    "label": "Event",
    "format": "string"
  },
  "communityName": {
    "label": "Community",
    "format": "string"
  },
  "startTime": {
    "label": "Start",
    "format": "string"
  },
  "endTime": {
    "label": "End",
    "format": "string"
  },
  "timezone": {
    "label": "Timezone",
    "format": "string"
  },
  "recurring": {
    "label": "Recurring",
    "format": "boolean"
  },
  "host": {
    "label": "Host",
    "format": "string"
  },
  "link": {
    "label": "Join link",
    "format": "string"
  },
  "eventUrl": {
    "label": "On Skool",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Skool Events Scraper — Community Calendar & Reminders](https://apify.com/scrapersdelight/skool-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/skool-events-scraper) to learn more, explore other use cases, and run it yourself.