Click or drag to resize
Galactic API

Event Class

Event is a class that provides data about an event on a calendar.
Inheritance Hierarchy
SystemObject
  Galactic.CalendarEvent

Namespace:  Galactic.Calendar
Assembly:  Galactic.Calendar (in Galactic.Calendar.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public class Event

The Event type exposes the following members.

Constructors
  NameDescription
Public methodEvent
Default constructor.
Top
Properties
  NameDescription
Public propertyAllDayEvent
Whether the event lasts all day long.
Public propertyCanceled
Whether the event has been canceled.
Public propertyContactEmail
The e-mail address of the contact person for this event.
Public propertyContactName
The name of the contact person for this event.
Public propertyContactPhone
The phone number of the contact person for this event.
Public propertyDescription
A description of the event.
Public propertyDetailsLastUpdated
The date and time that the event details were last updated.
Public propertyDetailsLastUpdatedBy
The name of the last person to update the event details.
Public propertyEndDate
The date and time the event ends.
Public propertyLastUpdated
The date and time that the event was last updated.
Public propertyLastUpdatedBy
The name of the last person to update the event.
Public propertyLocation
The event's location.
Public propertyLocationUrl
A URL providing more information about the event's location.
Public propertyNoEndTime
Indicates that the event does not have an end time specified.
Public propertyOnMultipleCalendars
Whether the event is on multiple calendars.
Public propertyPriority
The priority of the event on the calendar.
Public propertyReoccurring
Whether the event is reoccurring.
Public propertyStartDate
The date and time the event starts.
Public propertyTitle
The event's title.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also