# Latest Luma Calendar Events

**Use case:** 

Explore Latest with Luma Calendar Events Scraper - Public iCal Feeds. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "icalUrls": [
    "https://api.lu.ma/ics/get?entity=calendar&id=cal-7iVMZ4JmmJwQtYl"
  ],
  "includePast": false,
  "maxResults": 3
}
```

## Output

```json
{
  "calendar_name": {
    "label": "Calendar Name",
    "format": "text"
  },
  "uid": {
    "label": "Uid",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "start_at": {
    "label": "Start At",
    "format": "date"
  },
  "end_at": {
    "label": "End At",
    "format": "date"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "organizer": {
    "label": "Organizer",
    "format": "text"
  },
  "event_url": {
    "label": "Event Url",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "source_feed": {
    "label": "Source Feed",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Luma Calendar Events Scraper - Public iCal Feeds](https://apify.com/benthepythondev/luma-calendar-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/luma-calendar-events-scraper) to learn more, explore other use cases, and run it yourself.