Table of Contents

Class VEvent

Namespace
Specworks.ICalendar
Assembly
Specworks.ICalendar.dll

Event component (VEVENT)

public class VEvent : CalendarComponent
Inheritance
object
VEvent
Inherited Members

Properties

Alarms

public List<VAlarm> Alarms { get; }

Property Value

List<VAlarm>

ComponentType

public override string ComponentType { get; }

Property Value

string

DateTimeEnd

public string DateTimeEnd { get; set; }

Property Value

string

DateTimeStamp

public string DateTimeStamp { get; set; }

Property Value

string

DateTimeStart

public string DateTimeStart { get; set; }

Property Value

string

Description

public string? Description { get; set; }

Property Value

string

Duration

public string? Duration { get; set; }

Property Value

string

Location

public string? Location { get; set; }

Property Value

string

Organizer

public string? Organizer { get; set; }

Property Value

string

Status

public string? Status { get; set; }

Property Value

string

Summary

public string? Summary { get; set; }

Property Value

string

Uid

public string Uid { get; set; }

Property Value

string