2024 April Release

Class FSCCALDAV@1.1001:VCalendar Permanent link for this heading

This object class represents a single calendar containing events, todos, time zones and journals.

Class Hierarchy

Object > CompoundObject > VCalendar

Additional Information

  • Commonly usable

Properties Permanent link for this heading

Type

Property

Name

Object[]

calendar

Calendar

string

calendarurl

Calendar URL

Object[]

events

Events

Object[]

todos

Tasks

Properties Permanent link for this heading


Calendar (FSCCALDAV@1.1001:calendar) Permanent link for this heading

Attribute for showing the visual calendar

unique Object[] FSCCALDAV@1.1001:calendar

Additional Information


Calendar URL (FSCCALDAV@1.1001:calendarurl) Permanent link for this heading

Provides a human readable calendar URL for use in calendar clients.

Explanation:
In this field the URL of the calendar's ICS file is displayed. Clients (e.g. the iPhone or Mozilla Thunderbird) can access the calendar via this URL.

string FSCCALDAV@1.1001:calendarurl readonly volatile

Additional Information


Events (FSCCALDAV@1.1001:events) Permanent link for this heading

All events and custom event objects (according to the CalDAV configuration) in the calendar.

Explanation:
In this field all events of the calendar are listed. New events can be created as well as already existing events can be added to the list. Also a Conference or a Lecture can be added.

unique Object[] FSCCALDAV@1.1001:events

Additional Information


Tasks (FSCCALDAV@1.1001:todos) Permanent link for this heading

All todos and custom todo objects (according to the CalDAV configuration) in the calendar.

Explanation:
In this field all tasks of the calendar are listed. Also a Conference or a Lecture can be added as a task.

unique Object[] FSCCALDAV@1.1001:todos

Additional Information