Namespace: ITHit.Collab.Calendar
The IAlarm type exposes the following members.
| Name | Description | |
|---|---|---|
| Action |
Gets alarm action.
| |
| Attachments | ||
| Attendees | ||
| Components |
Dictionary of all calendar components. Empty for card object.
(Inherited from IComponent.) | |
| Container | ||
| Delimiter |
Object delimiter such as VCARD, VCALENDAR, VEVENT, VTODO, etc
(Inherited from IComponent.) | |
| Description | ||
| Duration |
Gets alarm duration.
| |
| Properties |
Dictionary of all business card or calendar properties.
(Inherited from IComponent.) | |
| Repeat |
Gets the number of times the alarm should be repeated, after the initial trigger.
| |
| Summary | ||
| Trigger |
Gets when the alarm will be triggered.
|
| Name | Description | |
|---|---|---|
| AddProperty |
Adds property to Properties list. The property must be created by created by CreateRawProperty call.
(Inherited from IComponent.) | |
| CreateCustomComponent |
Creates a component that can be added to the list of components of this object.
(Inherited from IComponent.) | |
| CreateRawProperty |
Creates property that can be added to the list of properties of this object.
(Inherited from IComponent.) |
All properties of this component are optional except Action and Trigger properties.
https://tools.ietf.org/html/rfc5545#section-3.6.6