Table of Contents

Class VCalendar

Namespace
Specworks.ICalendar
Assembly
Specworks.ICalendar.dll

Root calendar object (VCALENDAR)

public class VCalendar : CalendarComponent
Inheritance
object
VCalendar
Inherited Members
Extension Methods

Properties

CalendarScale

public string? CalendarScale { get; set; }

Property Value

string

ComponentType

public override string ComponentType { get; }

Property Value

string

Events

public List<VEvent> Events { get; }

Property Value

List<VEvent>

FreeBusies

public List<VFreeBusy> FreeBusies { get; }

Property Value

List<VFreeBusy>

Journals

public List<VJournal> Journals { get; }

Property Value

List<VJournal>

Method

public string? Method { get; set; }

Property Value

string

ProductId

public string? ProductId { get; set; }

Property Value

string

TimeZones

public List<VTimeZone> TimeZones { get; }

Property Value

List<VTimeZone>

Todos

public List<VTodo> Todos { get; }

Property Value

List<VTodo>

Version

public string? Version { get; set; }

Property Value

string