Overview

Namespaces

  • intouch
    • ical

Classes

  • Duration
  • Factory
  • Freq
  • iCal
  • Line
  • Parser
  • Query
  • Recurrence
  • VCalendar
  • VEvent
  • VTimeZone
  • Overview
  • Namespace
  • Class
  • Tree

Class VCalendar

The wrapper for the main vcalendar data. Used instead of ArrayObject so you can easily query for title and description. Exposes a iterator that will loop though all the data

intouch\ical\VCalendar implements IteratorAggregate
Namespace: intouch\ical
License: CC-BY-SA-DK
Author: Morten Fangel (C) 2008
Author: Michael Kahn (C) 2013
Located at ical/VCalendar.php
Methods summary
public
# __construct( mixed $data )

Creates a new intouch\ical\VCalendar.

Creates a new intouch\ical\VCalendar.

public string
# getTitle( )

Returns the title of the calendar. If no title is known, NULL will be returned

Returns the title of the calendar. If no title is known, NULL will be returned

Returns

string
public string
# getDescription( )

Returns the description of the calendar. If no description is known, NULL will be returned.

Returns the description of the calendar. If no description is known, NULL will be returned.

Returns

string
public
# getIterator( )

See

IteratorAggregate.getIterator()

Implementation of

IteratorAggregate::getIterator()
Properties summary
protected mixed $data
#
intouch-iCalendar API documentation generated by ApiGen 2.8.0