Try out our new RRULE tool for creating RRULE compatible strings.

Component Name

"VVENUE"

Purpose

Provide a grouping of component properties that describe an event venue.

Format Definition

A "VVENUE" calendar component is defined by the following notation: venuec = "BEGIN" ":" "VVENUE" CRLF venueprop "END" ":" "VVENUE" CRLF

  venueprop  = *(

         ; the following are all REQUIRED,
         ; but MUST NOT occur more than once

         uid

         ; the following are optional,
         ; but MUST NOT occur more than once

         name / description / street-address / extended-address /
         locality / region / country / postal-code / tzid / geo /
         location-type / categories

         ; the following are optional,
         ; and MAY occur more than once

         tel / url
       )

Description

A "VVENUE" calendar component is a grouping of component properties that represent a venue where an event occurs. This extends the "LOCATION" property of "VEVENT" and "TODO" components, providing the ability to specify detailed information about the event venue.

Example

The following is an example of the "VVENUE" calendar component used to represent the The Venue in San Diego, California.

BEGIN:VVENUE
UID:V0-001-000153774-0@eventful.com
NAME:The Venue
DESCRIPTION: The Venue is a home for live music
  and southern-inspired cuisine in an environment celebrating the
  African American cultural contributions of blues music and folk
  art.
STREET-ADDRESS:1055 Fifth Avenue\nSuite 4
EXTENDED-ADDRESS:Stage 2
LOCALITY:San Diego
REGION;ABBREV=CA:California
COUNTRY;ABBREV=US;ABBREV=USA:United States
POSTAL-CODE:92101
TZID=US/Pacific
GEO:32.716220;-117.160156
URL;TYPE=map:http://maps.google.com/maps?q=1055%20Fifth%20Avenue%
  2C%20San%20Diego%2C%20California%20&hl=en
URL;TYPE=Eventful Listing:http://eventful.com/venues/V0-001-00015
  3774-0
URL;TYPE=Official Site:http://www.example.com/venues/clubvenues/sandi
  ego/
TEL;TYPE=Box Office:619.299.2583
CATEGORIES:music concert
END:VVENUE

This document was automatically converted to XHTML using an RFC to HTML converter with the original text document at the Internet Engineering Task Force web site at ietf.org .  The original text document should be referred to if there are any errors or discrepancies found in this document.

Need to test your iCalendar feeds?

The iCalendar Validator provides developers and testers a method to validate their iCalendar feeds, which can take data from either a URL, file or text snippet and compare it against the RFC 5545 specification.  We believe we have one of the best iCalendar validation tools available on the internet. More information about the validator can be found here.