Home Reference Source Test Repository
import VCALENDAR from 'ics-js/src/components/VCALENDAR.js'
public class | source

VCALENDAR

Extends:

Component → VCALENDAR

VCALENDAR class.

See:

Inherited Summary

From class Component
public

Add a component to the component.

public

addProp(name: string, value: *, props: Object, skipTransformer: boolean): Property

Add a property to the component.

public

Get a frozen array of the component's components' names.

public

Get a frozen array of the component's components.

public

Get a frozen array of the component's properties' names.

public

Get a frozen array of the component's properties.

public

reset()

Reset the components components and properties to the default empty state.

public

Get a Base64 encoded string representation of the component.

public

toBlob(): Blob

Get a Blob representation of the component.

public

Get a string representation of the component.

public

Validate if all required properties have been added.