---
title: "Lake Trip to Como"
description: "<p>Get ready for a full day <strong>discovering one of the most beautiful destinations in Northern Italy!</strong></p><p>Together, we’ll explore the charming city of <strong>Como</strong>, discover it"
canonical: "https://www.gomry.com/event/Lake-Trip-to-Como-eEKmGR4fwIZSfk7yOUWi"
---

# Lake Trip to Como

- **Event id**: `eEKmGR4fwIZSfk7yOUWi`
- **Starts**: 2026-10-04T06:45:00.000Z (Europe/Rome)
- **Ends**: 2026-10-04T08:45:00.000Z (Europe/Rome)
- **Where**: Como, Italia
- **Organizer**: ESN Milano IULM
- **Availability**: `on_sale`
- **Price**: 17.00 eur
- **Page**: https://www.gomry.com/event/Lake-Trip-to-Como-eEKmGR4fwIZSfk7yOUWi?utm_medium=web&utm_campaign=catalogApi

## About

<p>Get ready for a full day <strong>discovering one of the most beautiful destinations in Northern Italy!</strong></p><p>Together, we’ll explore the charming city of <strong>Como</strong>, discover its historic centre and main landmarks with a guided tour, enjoy some free time by the lake and the beautiful gardens of <strong>Villa Olmo</strong>.</p><p>In the afternoon, we’ll take the iconic <strong>Como–Brunate funicular</strong> up into the mountains, followed by a short walk to the <strong>Volta Lighthouse</strong>, where an incredible panoramic view over Lake Como and the surrounding mountains will be waiting for us.</p><p>Expect a day full of <strong>Italian culture, beautiful landscapes, lake and mountain views, funicular rides, pictures, and unforgettable moments with your ESN friends!</strong> 🌊🏔️✨</p><p></p><p><strong>PROGRAMME&nbsp;</strong></p><p><strong>8:10 AM - Meeting Point at Milano Cadorna Station</strong></p><p><strong>9:44 AM - Arrival in Como ⛰️</strong></p><p><strong>City tour</strong></p><p><strong>Free Time + Lunch</strong></p><p><strong>3:30 PM - Funicular to Brunate 🚡 and walk to Volta Lighthouse</strong></p><p><strong>5:00 PM - Funicular Back to Como</strong></p><p><strong>7:16 PM - Departure from Como to Milan</strong></p><p></p><p><strong>WHAT TO BRING</strong><br>• Comfortable shoes<br>• Water bottle&nbsp;<br>• Sunglasses&nbsp;<br>• Camera or phone for all those pictures&nbsp;<br>• A little extra money for food, drinks or souvenirs&nbsp;</p><p></p><p><strong>Ready to discover Como &amp; Brunate with us? 🇮🇹💙</strong><br></p><p><em>Ticket includes: round-trip train Milan-Como and funicular Como-Brunate. Ticket is not refundable.</em></p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `Nlj8ohFAHXKzOryZEz8e` | Lake Trip to Como | 17.00 | eur | yes | 1–1 | no | 2026-10-02T21:59:00.000Z |

Prices exclude the service fee. `buyable now` is a boolean, not a count —
remaining stock is the organizer's information and is not published; create
a checkout session to find out whether a given quantity fits.

## Buying this with an agent

The `ticket type id` column above is `items[].id` below. This body is
complete and can be sent as it stands, with the buyer details replaced:

```
POST https://www.gomry.com/api/v1/checkout_sessions
Authorization: Bearer <token>
API-Version: 2025-09-12
Content-Type: application/json

{
  "items": [
    {
      "id": "Nlj8ohFAHXKzOryZEz8e",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  }
}
```

The response `totals` is the authoritative price — it includes the service
fee, which is not in the table above and depends on the cart and the
organizer's fee settings. Never compute a total from this document.

No human is needed for the credential: register at `https://www.gomry.com/api/mcp/oauth/register`
for the `client_credentials` grant. Full flow: https://www.gomry.com/auth.md
