libical
[ class tree: libical ] [ index: libical ] [ all elements ]

Element index for package libical

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ o ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ]

a

$allowed_subelements
in file ical.php, variable vJournal::$allowed_subelements
$allowed_subelements
in file ical.php, variable vTodo::$allowed_subelements
$allowed_subelements
in file ical.php, variable vEvent::$allowed_subelements
$allowed_subelements
in file ical.php, variable vCalendar::$allowed_subelements
add
in file ical.php, method ical_ComponentManager::add()
    Add this value if it can have multiple entries, otherwise overwrite the old one.
add_new
in file ical.php, method ical_ComponentManager::add_new()
    This is only used for adding additional items.
top

c

$components
in file ical.php, variable ical_ComponentManager::$components
    This is where we store subelements
cleanup_array
in file ical.php, method ical_ComponentManager::cleanup_array()
    Prepare iCal array of lines for further processing.
components_dump
in file ical.php, method ical_ComponentManager::components_dump()
    Dump component values to text format.
create_from_ical
in file ical.php, function create_from_ical()
    This really shouldn't ever be needed, since according to the RFC everything needs to be within a calendar to begin with, just use load_ical in the Vcalendar class
top

d

$DATE_FORMAT
in file ical.php, global variable $DATE_FORMAT
    Date format string
Daylight
in file ical.php, class Daylight
    Daylist object class
download
in file ical.php, method ical_File::download()
    download method -- outputs the appropriate headers then outputs the results of ical_dump
top

e

epochtime2icaltime
in file ical.php, function epochtime2icaltime()
examples.php
procedural page examples.php
top

f

format_line
in file ical.php, method ical_ComponentManager::format_line()
    Do line folding as defined in the RFC.
top

g

gen_event_instances
in file ical.php, method vEvent::gen_event_instances()
get
in file ical.php, method ical_ComponentManager::get()
    Return an array of ical_Property objects for the component.
get_all
in file ical.php, method ical_ComponentManager::get_all()
    Return all component values in native array form.
get_end
in file ical.php, method vEventInstance::get_end()
get_events
in file ical.php, method vCalendar::get_events()
    Get all events during a given period of time
get_params
in file ical.php, method ical_Property::get_params()
    Returns the params (semicolon separated)stored in this property
get_start
in file ical.php, method vEventInstance::get_start()
get_value
in file ical.php, method ical_Property::get_value()
    Returns the value stored in this property
top

i

ical.php
procedural page ical.php
icaltime2epochtime
in file ical.php, function icaltime2epochtime()
ical_ComponentManager
in file ical.php, class ical_ComponentManager
    RFC Sections 4.4 - 4.6
ical_dump
in file ical.php, method ical_File::ical_dump()
    Dump ical data to text string
ical_dump
in file ical.php, method ical_ComponentManager::ical_dump()
    Dump ical data to text.
ical_File
in file ical.php, class ical_File
    This is the class that everyone should start with to open an existing file or create a new one.
ical_File
in file ical.php, method ical_File::ical_File()
    Pass a filename (existing or not) when an instance is created.
ical_Property
in file ical.php, class ical_Property
    Base class for any values that we need to handle.
ical_Property
in file ical.php, method ical_Property::ical_Property()
    Init function, set known variables
top

l

$LINE_FOLD_LENGTH
in file ical.php, global variable $LINE_FOLD_LENGTH
    Max length of a line in the iCal file
load_ical
in file ical.php, method ical_ComponentManager::load_ical()
    Recursive method to add ical objects from their text.
local2utc
in file ical.php, function local2utc()
top

m

merge_calendars
in file ical.php, function merge_calendars()
    pass in arbitrary number of vcalendar objects
merge_icalobjects
in file ical.php, function merge_icalobjects()
    pass in arbitrary number of icalfile objects
top

o

$onlyonce
in file ical.php, variable vJournal::$onlyonce
$onlyonce
in file ical.php, variable vTimezone::$onlyonce
$onlyonce
in file ical.php, variable vTodo::$onlyonce
$onlyonce
in file ical.php, variable vFreebusy::$onlyonce
$onlyonce
in file ical.php, variable vEvent::$onlyonce
$onlyonce
in file ical.php, variable vAlarm::$onlyonce
$onlyonce
in file ical.php, variable vCalendar::$onlyonce
$onlyonce
in file ical.php, variable Tzprop::$onlyonce
top

r

$required
in file ical.php, variable vFreebusy::$required
$required
in file ical.php, variable vJournal::$required
$required
in file ical.php, variable vTimezone::$required
$required
in file ical.php, variable vTodo::$required
$required
in file ical.php, variable vEvent::$required
$required
in file ical.php, variable vCalendar::$required
$required
in file ical.php, variable Tzprop::$required
$required
in file ical.php, variable vAlarm::$required
remove
in file ical.php, method ical_ComponentManager::remove()
    Remove all of a given component.
rfc_verify
in file ical.php, method ical_ComponentManager::rfc_verify()
    Return 0 when everything checks out, negative code otherwise.
top

s

set
in file ical.php, method ical_ComponentManager::set()
    Set all values for this component type in this array return 0 on success, 1 otherwise.
set_param
in file ical.php, method ical_Property::set_param()
    Add a param stored in this property
set_params
in file ical.php, method ical_Property::set_params()
    Sets the params (semicolon separated) stored in this property
set_value
in file ical.php, method ical_Property::set_value()
    Sets the value stored in this property
Standard
in file ical.php, class Standard
    Standard object class
top

t

$toggle
in file ical.php, variable vTodo::$toggle
$toggle
in file ical.php, variable vEvent::$toggle
text_dump
in file ical.php, method ical_Property::text_dump()
    Returns this property in ical text format
text_to_array
in file ical.php, function text_to_array()
    convert a string into an array based on newlines
Tzprop
in file ical.php, class Tzprop
    Tzprop object class
top

u

utc2local
in file ical.php, function utc2local()
top

v

vAlarm
in file ical.php, class vAlarm
    Alarm object class
vCalendar
in file ical.php, method vCalendar::vCalendar()
    Set defaults
vCalendar
in file ical.php, class vCalendar
    Calendar object class
vEvent
in file ical.php, class vEvent
    Event object class
vEventInstance
in file ical.php, class vEventInstance
    Event Instance object class
vFreebusy
in file ical.php, class vFreebusy
    Freebusy object class
vJournal
in file ical.php, class vJournal
    Journal object class
vTimezone
in file ical.php, class vTimezone
    Timezone object class
vTodo
in file ical.php, class vTodo
    Todo object class
top

w

write
in file ical.php, method ical_File::write()
    Write out calendar(s) in this object to a file
top

Documentation generated on Tue, 14 Aug 2007 19:37:25 -0700 by phpDocumentor 1.4.0