|
Stud.IP
2.4 Revision 48548
|


Public Member Functions | |
| CalendarParserICalendar () | |
| getCount ($data) | |
| parse ($data, $ignore) | |
| _parseUtcOffset ($text) | |
| _parsePeriod ($text) | |
| _parseDateTime ($text) | |
| _parseTime ($text) | |
| _parseDate ($text) | |
| _parseDuration ($text) | |
| _parsePriority ($value) | |
| _parseRecurrence ($text) | |
| _parseByDay ($text) | |
| _parseByMonthDay ($text) | |
| _parseByMonth ($text) | |
| _qp_decode ($value) | |
| _parseClientIdentifier (&$data) | |
| getClientIdentifier ($data=NULL) | |
Public Member Functions inherited from CalendarParser | |
| CalendarParser () | |
| parseIntoDatabase ($range_id, $data, $ignore) | |
| parseIntoObjects ($data, $ignore) | |
| getType () | |
| & | getObjects () |
| changePublicToPrivate ($value=TRUE) | |
Data Fields | |
| $count = NULL | |
Data Fields inherited from CalendarParser | |
| $events = array() | |
| $components | |
| $type | |
| $number_of_events | |
| $public_to_private = FALSE | |
| $client_identifier | |
| $import_sem = FALSE | |
| _parseByDay | ( | $text | ) |

| _parseByMonth | ( | $text | ) |

| _parseByMonthDay | ( | $text | ) |

| _parseClientIdentifier | ( | & | $data | ) |

| _parseDate | ( | $text | ) |
Parse a Date field

| _parseDateTime | ( | $text | ) |
Parse a DateTime field


| _parseDuration | ( | $text | ) |
Parse a Duration Value field

| _parsePeriod | ( | $text | ) |
Parse a Time Period field


| _parsePriority | ( | $value | ) |

| _parseRecurrence | ( | $text | ) |
Parse a Recurrence field


| _parseTime | ( | $text | ) |
Parse a Time field

| _parseUtcOffset | ( | $text | ) |
Parse a UTC Offset field

| _qp_decode | ( | $value | ) |


| getClientIdentifier | ( | $data = NULL | ) |
| getCount | ( | $data | ) |
Reimplemented from CalendarParser.
| parse | ( | $data, | |
| $ignore | |||
| ) |
Parse a string containing vCalendar data.
private
| String | $data | The data to parse |
Reimplemented from CalendarParser.

| $count = NULL |