Click or drag to resize

iCal Properties

The iCal type exposes the following members.

Properties
  NameDescription
Public propertyCompany
Gets/sets the company originating the iCalendar. Together with the Product and Language, this is used to construct the ProductID (PRODID). The default is "NetQuarry".
Public propertyCreated
Gets/sets the created date/time (CREATED) for the iCalendar item, in UTC.
Public propertyDescription
Gets/sets the description (DESCRIPTION) for the iCalendar.
Public propertyEnd
Gets/sets the end date/time (DTEND) for the iCalendar item, in UTC.
Public propertyFilename
Gets/sets the filename for the iCalendar object. The Filename should not have an extension or path. The current default value is "meeting".
Public propertyFullFilename
Gets the full iCalendar filename (with a .ics extension) based on the Filename. The default is "meeting.ics".
Public propertyID
Gets/sets the iCalendar unique identifier (UID). The ID is used to associate a series of iCalendar items as pertaining to the same schedule item. For example, creating a new meeting, rescheduling the meeting, then cancelling the meeting. The series of related items sharing the same ID are ordered according to the SequenceNumber
Public propertyLanguage
Gets/sets the company originating the iCalendar. Together with the Company and Product, this is used to construct the ProductID (PRODID). The default is "EN".
Public propertyLocation
Gets/sets the location (LOCATION) for the iCalendar.
Public propertyOrganizerEmail
The email of the organizer of the iCalendar item. This is used for the "mailto" part of the "ORGANIZER" portion of the iCalendar which is combined with OrganizerName using CalAddress(String, String) to specify the organizer (ORGANIZER).
Public propertyOrganizerName
The name of the organizer of the iCalendar item. This is used for the "CN" part of the "ORGANIZER" portion of the iCalendar which is combined with OrganizerEmail using CalAddress(String, String) to specify the organizer (ORGANIZER).
Public propertyPrivacy
Gets/sets the "CLASS" attribute. Values can be: PUBLIC (default), PRIVATE or CONFIDENTIAL
Public propertyProduct
Gets/sets the product originating the iCalendar. Together with the Company and Language, this is used to construct the ProductID (PRODID). The default is obtained from the "TITLE" property of the IAppContext.
Public propertyRecurrence
Gets/Sets the Recurrence pattern for this appointment
Public propertyReminderMinutes
Gets/sets how many minutes before the iCalendar Start time a reminder should be given to the user in his scheduling system. If the value is zero or less then no reminder is specified. If a reminder is specified, the constructed iCalendar will include a VALARM with a TRIGGER. The current default is 15 minutes, however, this is subject to change in the future and a specific value should be provided if a specific reminder period is desired.
Public propertyResources
Gets/sets the resources (RESOURCE:) for the iCalendar.
Public propertySequenceNumber
Gets/sets the iCalendar sequence number (SEQUENCE) identifying the order of iCalendar items sharing the same ID (UID).
Public propertyStart
Gets/sets the start date/time (DTSTART) for the iCalendar item, in UTC.
Public propertySubject
The subject (SUMMARY) of the iCalendar item.
Public propertyTimeZone
Gets/Sets the timezone TimeZone object.
Public propertyTZID
Gets/Sets the TZID to use for Start/End date
Public propertyURL
Gets/Sets the URL for the iCalendar
Top
See Also