[awl] element index

Package indexes

All elements
a b c d e g h i l m p r s t u w _
_
top
Method _EpochFromParts
Given a local text date, convert it to an epoch
Method _GMTEpochFromParts
Given a GMT text date, convert it to an epoch
Method _GMTTextFromEpoch
Given a GMT epoch date, convert it to text
Method _PartsFromText
Given a text date, convert it to parts
Method _TextFromEpoch
Given an epoch date, convert it to text
Function __curl_init_callback
__curl_init_callback() in caldav-client.php
I bet you find this hard to believe, but having to write this hack really annoys the crap out of me. WTF! Why does PHP/Curl not have a function which simply accepts a string as what the request will contain. Oh no. They only think of "POST" and "PUT a file". Crap.
Function __curl_read_callback
__curl_read_callback() in caldav-client.php
As documented in the comments on this page(!)
a
top
Method AddDays
iCalDate::AddDays() in RRule.php
Add some integer number of days to a date
Method AddDuration
Add duration
Method AddMonths
Add some number of months to a date
Method ApplyBySetPos
Given set position descriptions like '1', '3', '11', '-3' or '-1' and a set, return the subset matching the list of set positions.
b
top
Variable $base_url
CalDAVClient::$base_url in caldav-client.php
Server, username, password, calendar, $entry
Variable $body
CalDAVClient::$body in caldav-client.php
c
top
Variable $calendar
CalDAVClient::$calendar in caldav-client.php
Variable $curl
CalDAVClient::$curl in caldav-client.php
Our cURL connection
Class CalDAVClient
CalDAVClient in caldav-client.php
A class for accessing DAViCal via CalDAV, as a client
Method CalDAVClient
CalDAVClient::CalDAVClient() in caldav-client.php
Constructor, initialises the class
Page caldav-client.php
caldav-client.php in caldav-client.php
d
top
Method DateDifference
Produce an iCalendar format DURATION for the difference between this an another iCalDate
Method DaysInMonth
No of days in a month 1(Jan) - 12(Dec)
Method DoCalendarQuery
CalDAVClient::DoCalendarQuery() in caldav-client.php
Given XML for a calendar query, return an array of the events (/todos) in the response. Each event in the array will have a 'href', 'etag' and '$response_type' part, where the 'href' is relative to the calendar and the '$response_type' contains the definition of the calendar data in iCalendar format.
Method DoDELETERequest
CalDAVClient::DoDELETERequest() in caldav-client.php
DELETE a text/icalendar resource
Method DoGETRequest
CalDAVClient::DoGETRequest() in caldav-client.php
Get a single item from the server.
Method DoOptionsRequest
Send an OPTIONS request to the server
Method DoPUTRequest
CalDAVClient::DoPUTRequest() in caldav-client.php
PUT a text/icalendar resource, returning the etag
Method DoRequest
CalDAVClient::DoRequest() in caldav-client.php
Send a request to the server
Method DoXMLRequest
CalDAVClient::DoXMLRequest() in caldav-client.php
Send an XML request to the server (e.g. PROPFIND, REPORT, MKCALENDAR)
e
top
Variable $entry
CalDAVClient::$entry in caldav-client.php
g
top
Method GetEntryByHref
CalDAVClient::GetEntryByHref() in caldav-client.php
Get the calendar entry by HREF
Method GetEntryByUid
CalDAVClient::GetEntryByUid() in caldav-client.php
Get the calendar entry by UID
Method GetEvents
CalDAVClient::GetEvents() in caldav-client.php
Get the events in a range from $start to $finish. The dates should be in the
Method GetMonthByDay
Applies any BYDAY to the month to return a set of days
Method GetMonthByMonthDay
Applies any BYMONTHDAY to the month to return a set of days
Method GetNext
RRule::GetNext() in RRule.php
This is most of the meat of the RRULE processing, where we find the next date.
Method GetTodos
CalDAVClient::GetTodos() in caldav-client.php
Get the todo's in a range from $start to $finish. The dates should be in the
Method GetWeekByDay
Applies any BYDAY to the week to return a set of days
Method GreaterThan
Test if $this is greater than the date parameter
h
top
Variable $headers
CalDAVClient::$headers in caldav-client.php
i
top
Method iCalDate
The constructor takes either an iCalendar date, a text string formatted as an iCalendar date, or epoch seconds.
Class iCalDate
iCalDate in RRule.php
A Class for handling dates in iCalendar format. We do make the simplifying assumption that all date handling in here is normalised to GMT. One day we might provide some functions to do that, but for now it is done externally.
l
top
Method LessThan
Test if $this is less than the date parameter
m
top
Method MonthDays
Given a MonthDays string like "1MO", "-2WE" return an integer day of the month.
p
top
Variable $pass
CalDAVClient::$pass in caldav-client.php
r
top
Page RRule.php
RRule.php in RRule.php
Method Render
iCalDate::Render() in RRule.php
Set the day of week used for calculation of week starts
Method RRule
RRule::RRule() in RRule.php
The constructor takes a start date and an RRULE definition. Both of these follow the iCalendar standard.
Class RRule
RRule in RRule.php
A Class for handling Events on a calendar which repeat
s
top
Method SetContentType
CalDAVClient::SetContentType() in caldav-client.php
Add a Content-type: header.
Method SetDepth
CalDAVClient::SetDepth() in caldav-client.php
Add a Depth: header. Valid values are 1 or infinity
Method SetEpochDate
Set the date from an epoch
Method SetGMTDate
Set the date from a text string
Method SetLocalDate
Set the date from a text string
Method SetMatch
CalDAVClient::SetMatch() in caldav-client.php
Adds an If-Match or If-None-Match header
Method SetMonthDay
Set the day in the month to what we have been given
Method SetUserAgent
CalDAVClient::SetUserAgent() in caldav-client.php
Add a Depth: header. Valid values are 1 or infinity
Method SetWeekStart
Set the day of week used for calculation of week starts
t
top
Method TestByMonth
Test to see if our _mo matches something in the list of months we have received.
u
top
Variable $user
CalDAVClient::$user in caldav-client.php
Variable $user_agent
CalDAVClient::$user_agent in caldav-client.php
The useragent which is send to the caldav server
w
top
Method WithinScope
Processes the array of $relative_days to $base and removes any which are not within the scope of our rule.
a b c d e g h i l m p r s t u w _