Table of Contents

Class VTodo

Namespace
Specworks.ICalendar
Assembly
Specworks.ICalendar.dll

To-do component (VTODO)

public class VTodo : CalendarComponent
Inheritance
object
VTodo
Inherited Members

Properties

Alarms

public List<VAlarm> Alarms { get; }

Property Value

List<VAlarm>

Completed

public string? Completed { get; set; }

Property Value

string

ComponentType

public override string ComponentType { get; }

Property Value

string

DateTimeStamp

public string DateTimeStamp { get; set; }

Property Value

string

Due

public string? Due { get; set; }

Property Value

string

PercentComplete

public string? PercentComplete { 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