diff --git a/reference/icap/functions/icap-close.xml b/reference/icap/functions/icap-close.xml
deleted file mode 100644
index 432e61a3d6..0000000000
--- a/reference/icap/functions/icap-close.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
- icap_close
- Close an ICAP stream
-
-
-
- &reftitle.description;
-
- boolicap_close
- inticap_stream
- intflags
-
-
- Closes the given icap stream.
-
-
-
-
- &reftitle.parameters;
-
-
-
- icap_stream
-
-
-
-
-
-
- flags
-
-
-
-
-
-
-
-
-
-
- &reftitle.returnvalues;
-
- &return.success;
-
-
-
-
-
-
diff --git a/reference/icap/functions/icap-create-calendar.xml b/reference/icap/functions/icap-create-calendar.xml
deleted file mode 100644
index ddc15967f6..0000000000
--- a/reference/icap/functions/icap-create-calendar.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- icap_create_calendar
- Create a new calendar
-
-
-
- &reftitle.description;
-
- stringicap_create_calendar
- intstream_id
- stringcalendar
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/icap/functions/icap-delete-calendar.xml b/reference/icap/functions/icap-delete-calendar.xml
deleted file mode 100644
index 5f013840b5..0000000000
--- a/reference/icap/functions/icap-delete-calendar.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- icap_delete_calendar
- Delete a calendar
-
-
-
- &reftitle.description;
-
- stringicap_delete_calendar
- intstream_id
- stringcalendar
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/icap/functions/icap-delete-event.xml b/reference/icap/functions/icap-delete-event.xml
deleted file mode 100644
index 3c927254f6..0000000000
--- a/reference/icap/functions/icap-delete-event.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
- icap_delete_event
- Delete an event from an ICAP calendar
-
-
-
- &reftitle.description;
-
- stringicap_delete_event
- intstream_id
- intuid
-
-
- icap_delete_event deletes the calendar event
- specified by the uid.
-
-
-
-
- &reftitle.parameters;
-
-
-
- stream_id
-
-
-
-
-
-
- uid
-
-
- The event identifier.
-
-
-
-
-
-
-
-
- &reftitle.returnvalues;
-
- Returns &true;.
-
-
-
-
-
-
diff --git a/reference/icap/functions/icap-fetch-event.xml b/reference/icap/functions/icap-fetch-event.xml
deleted file mode 100644
index 5a5c321904..0000000000
--- a/reference/icap/functions/icap-fetch-event.xml
+++ /dev/null
@@ -1,156 +0,0 @@
-
-
-
-
- icap_fetch_event
- Fetches an event from the calendar stream
-
-
-
- &reftitle.description;
-
- inticap_fetch_event
- intstream_id
- intevent_id
- intoptions
-
-
- icap_fetch_event fetches an event from the
- calendar stream specified by event_id.
-
-
-
-
- &reftitle.parameters;
-
-
-
- stream_id
-
-
-
-
-
-
- event_id
-
-
-
-
-
-
- options
-
-
-
-
-
-
-
-
-
-
- &reftitle.returnvalues;
-
- Returns an event object consisting of:
-
-
-
- int id - ID of that event.
-
-
-
-
- int public - &true; if the event if public, &false; if it is private.
-
-
-
-
- string category - Category string of the event.
-
-
-
-
- string title - Title string of the event.
-
-
-
-
- string description - Description string of the event.
-
-
-
-
- int alarm - number of minutes before the event to send an
- alarm/reminder.
-
-
-
-
- object start - Object containing a datetime entry.
-
-
-
-
- object end - Object containing a datetime entry.
-
-
-
- All datetime entries consist of an object that contains:
-
-
-
- int year - year
-
-
-
-
- int month - month
-
-
-
-
- int mday - day of month
-
-
-
-
- int hour - hour
-
-
-
-
- int min - minutes
-
-
-
-
- int sec - seconds
-
-
-
-
-
-
-
-
-
diff --git a/reference/icap/functions/icap-list-alarms.xml b/reference/icap/functions/icap-list-alarms.xml
deleted file mode 100644
index c2fddd2099..0000000000
--- a/reference/icap/functions/icap-list-alarms.xml
+++ /dev/null
@@ -1,115 +0,0 @@
-
-
-
-
- icap_list_alarms
- Return a list of events that has an alarm triggered at the given datetime
-
-
-
- &reftitle.description;
-
- inticap_list_alarms
- intstream_id
- arraydate
- arraytime
-
-
- icap_list_alarms function takes in a datetime for a
- calendar stream. An array of event id's that has an alarm should be going
- off at the datetime are returned.
-
-
-
-
- &reftitle.parameters;
-
-
-
- stream_id
-
-
-
-
-
-
- date
-
-
- All datetime entries consist of an object that contains:
-
-
-
- int year - year
-
-
-
-
- int month - month
-
-
-
-
- int mday - day of month
-
-
-
-
- int hour - hour
-
-
-
-
- int min - minutes
-
-
-
-
- int sec - seconds
-
-
-
-
-
-
-
- time
-
-
-
-
-
-
-
-
-
-
- &reftitle.returnvalues;
-
- Returns an array of event ID's that has an alarm going off at the
- given datetime.
-
-
-
-
-
-
diff --git a/reference/icap/functions/icap-list-events.xml b/reference/icap/functions/icap-list-events.xml
deleted file mode 100644
index d63f91bb3c..0000000000
--- a/reference/icap/functions/icap-list-events.xml
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
- icap_list_events
- Return a list of events between two given datetimes
-
-
-
- &reftitle.description;
-
- arrayicap_list_events
- intstream_id
- intbegin_date
- intend_date
-
-
- icap_list_events function takes in a
- beginning datetime and an end datetime for a calendar stream. An
- array of event id's that are between the given datetimes are
- returned.
-
-
-
-
- &reftitle.parameters;
-
-
-
- stream_id
-
-
-
-
-
-
- begin_date
-
-
- All datetime entries consist of an object that contains:
-
-
-
- int year - year
-
-
-
-
- int month - month
-
-
-
-
- int mday - day of month
-
-
-
-
- int hour - hour
-
-
-
-
- int min - minutes
-
-
-
-
- int sec - seconds
-
-
-
-
-
-
-
- end_date
-
-
- See description of begin_date.
-
-
-
-
-
-
-
-
- &reftitle.returnvalues;
-
- Returns an array of event ID's that are between the two given
- datetimes.
-
-
-
-
-
-
diff --git a/reference/icap/functions/icap-open.xml b/reference/icap/functions/icap-open.xml
deleted file mode 100644
index 4dd41a1d67..0000000000
--- a/reference/icap/functions/icap-open.xml
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
-
- icap_open
- Opens up an ICAP connection
-
-
-
- &reftitle.description;
-
- resourceicap_open
- stringcalendar
- stringusername
- stringpassword
- stringoptions
-
-
- icap_open opens up an ICAP connection to the
- specified calendar store.
-
-
-
-
- &reftitle.parameters;
-
-
-
- calendar
-
-
-
-
-
-
- username
-
-
- The user name.
-
-
-
-
- password
-
-
- Password associated to username.
-
-
-
-
- options
-
-
- If the optional options is specified, passes
- the options to that mailbox also.
-
-
-
-
-
-
-
-
- &reftitle.returnvalues;
-
- Returns an ICAP stream on success, &false; on error.
-
-
-
-
-
-
diff --git a/reference/icap/functions/icap-rename-calendar.xml b/reference/icap/functions/icap-rename-calendar.xml
deleted file mode 100644
index 6a33099634..0000000000
--- a/reference/icap/functions/icap-rename-calendar.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
- icap_rename_calendar
- Rename a calendar
-
-
-
- &reftitle.description;
-
- stringicap_rename_calendar
- intstream_id
- stringold_name
- stringnew_name
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/icap/functions/icap-reopen.xml b/reference/icap/functions/icap-reopen.xml
deleted file mode 100644
index 393c5c24ae..0000000000
--- a/reference/icap/functions/icap-reopen.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
-
- icap_reopen
- Reopen ICAP stream to new calendar
-
-
-
- &reftitle.description;
-
- boolicap_reopen
- intstream_id
- stringcalendar
- intoptions
-
-
- Reopens an ICAP stream to new calendar.
-
-
-
-
- &reftitle.parameters;
-
-
-
- stream_id
-
-
-
-
-
-
- calendar
-
-
-
-
-
-
- options
-
-
-
-
-
-
-
-
-
-
- &reftitle.returnvalues;
-
- &return.success;
-
-
-
-
-
-
diff --git a/reference/icap/functions/icap-snooze.xml b/reference/icap/functions/icap-snooze.xml
deleted file mode 100644
index a5e9812465..0000000000
--- a/reference/icap/functions/icap-snooze.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
- icap_snooze
- Snooze an alarm
-
-
-
- &reftitle.description;
-
- stringicap_snooze
- intstream_id
- intuid
-
-
- icap_snooze turns on an alarm for a calendar event
- specified by the uid.
-
-
-
-
- &reftitle.parameters;
-
-
-
- stream_id
-
-
-
-
-
-
- uid
-
-
- The calendar event.
-
-
-
-
-
-
-
-
- &reftitle.returnvalues;
-
- Returns &true;.
-
-
-
-
-
-
diff --git a/reference/icap/functions/icap-store-event.xml b/reference/icap/functions/icap-store-event.xml
deleted file mode 100644
index 94a16e368f..0000000000
--- a/reference/icap/functions/icap-store-event.xml
+++ /dev/null
@@ -1,145 +0,0 @@
-
-
-
-
- icap_store_event
- Store an event into an ICAP calendar
-
-
-
- &reftitle.description;
-
- boolicap_store_event
- intstream_id
- objectevent
-
-
- icap_store_event stores an event into an ICAP
- calendar.
-
-
-
-
- &reftitle.parameters;
-
-
-
- stream_id
-
-
-
-
-
-
- event
-
-
- An event object consists of:
-
-
-
- int public - 1 if public, 0 if private;
-
-
-
-
- string category - Category string of the event.
-
-
-
-
- string title - Title string of the event.
-
-
-
-
- string description - Description string of the event.
-
-
-
-
- int alarm - Number of minutes before the event to send out an alarm.
-
-
-
-
- datetime start - datetime object of the start of the event.
-
-
-
-
- datetime end - datetime object of the end of the event.
-
-
-
-
-
- All datetime entries consist of an object that contains:
-
-
-
- int year - year
-
-
-
-
- int month - month
-
-
-
-
- int mday - day of month
-
-
-
-
- int hour - hour
-
-
-
-
- int min - minutes
-
-
-
-
- int sec - seconds
-
-
-
-
-
-
-
-
-
-
-
- &reftitle.returnvalues;
-
- &return.success;
-
-
-
-
-
-
diff --git a/reference/icap/reference.xml b/reference/icap/reference.xml
deleted file mode 100644
index 502f72077a..0000000000
--- a/reference/icap/reference.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
-
- ICAP Functions [removed]
- ICAP
-
-
-
- &reftitle.intro;
-
-
- Icap was removed from PHP. Neither this module, nor
- those versions of icap library are supported any longer. If you
- want to use calendar capabilities in PHP, use mcal instead.
-
-
-
-
-
- &reftitle.required;
-
- The icap library has to be installed, which is not longer supported and available.
-
-
-
-
- &reftitle.install;
-
- To get these functions to work, you have to compile PHP with
- .
-
-
-
-
- &reftitle.runtime;
- &no.config;
-
-
-
- &reftitle.resources;
-
- icap_open returns an ICAP stream.
-
-
-
-
- &reftitle.constants;
- &no.constants;
-
-
-
-&reference.icap.functions;
-
-
-
-