Class Kronolith_FreeBusy

Description

Free/Busy functionality.

$Horde: kronolith/lib/FreeBusy.php,v 1.11.2.8 2010/02/15 15:38:23 jan Exp $

Located in /lib/FreeBusy.php (line 11)


	
			
Method Summary
 string generate (string|array $calendar, [integer $startstamp = null], [integer $endstamp = null], [boolean $returnObj = false], [string $user = null])
 Horde_iCalendar_vfreebusy get (string $email)
 mixed getUrl (string $email)
Methods
generate (line 26)

Generates the free/busy text for $calendar. Cache it for at least an hour, as well.

  • return: The free/busy text.
string generate (string|array $calendar, [integer $startstamp = null], [integer $endstamp = null], [boolean $returnObj = false], [string $user = null])
  • string|array $calendar: The calendar to view free/busy slots for.
  • integer $startstamp: The start of the time period to retrieve.
  • integer $endstamp: The end of the time period to retrieve.
  • boolean $returnObj: Default false. Return a vFreebusy object instead of text.
  • string $user: Set organizer to this user.
get (line 151)

Retrieves the free/busy information for a given email address, if any information is available.

  • return: Free/busy component on success, PEAR_Error on failure
Horde_iCalendar_vfreebusy get (string $email)
  • string $email: The email address to look for.
getUrl (line 256)

Searches address books for the freebusy URL for a given email address.

  • return: The url on success or false on failure.
mixed getUrl (string $email)
  • string $email: The email address to look for.

Documentation generated on Sun, 30 Jan 2011 05:31:46 +0000 by phpDocumentor 1.4.3