}
-
-
/* {{{ proto int icap_close(int stream_id [, int options])
Close an ICAP stream */
PHP_FUNCTION(icap_close)
/* }}} */
-
-
-
-
-
-
/* {{{ proto int icap_open(string calendar, string user, string password [, int options])
Open an ICAP stream to a calendar */
PHP_FUNCTION(icap_open)
/* }}} */
/* {{{ proto int icap_fetch_event(int stream_id,int eventid, [int options])
- Fetch an event*/
+ Fetch an event */
PHP_FUNCTION(icap_fetch_event)
{
pval *streamind,*eventid,*start,*end,*options=NULL;
/* {{{ proto int icap_reopen(int stream_id, array date, array time)
- list alarms for a given time */
+ List alarms for a given time */
PHP_FUNCTION(icap_list_alarms)
{
pval *streamind, *date,*time;
/* {{{ proto string icap_delete_event(int stream_id, int uid)
- Delete event*/
+ Delete event */
PHP_FUNCTION(icap_delete_event)
{
pval *streamind, *uid;
/* {{{ proto string icap_store_event(int stream_id, object event)
- Store an event*/
+ Store an event */
PHP_FUNCTION(icap_store_event)
{
pval *streamind,*storeobject;
/* {{{ proto string icap_snooze(int stream_id, int uid)
- Snooze an alarm*/
+ Snooze an alarm */
PHP_FUNCTION(icap_snooze)
{
pval *streamind,*uid;
}
-
-
-
-
void cc_appended(u_int32_t uid)
{