Home
last modified time | relevance | path

Searched refs:get_freebusy (Results 1 – 11 of 11) sorted by relevance

/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/inc/
H A Dcaldav-REPORT-freebusy.php18 $freebusy = get_freebusy( '^' . $request->path . $request->DepthRegexTail(true), $range_start, $ran…
H A Dfreebusy-functions.php13 function get_freebusy( $path_match, $range_start, $range_end, $bin_privs = null ) { function
H A Dcaldav-POST.php139 $fb = get_freebusy( $attendee_path_match, $range_start, $range_end, bindec($attendee_usr->p) );
H A DiSchedule-POST.php158 $fb = get_freebusy( '^'.$attendee->dav_name, $range_start, $range_end );
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/htdocs/
H A Dfreebusy.php75 $freebusy = get_freebusy( $path_match, $range_start, $range_end );
/dports/devel/libical/libical-3.0.8/src/java/
H A DICalProperty.java294 public native ICalPeriodType get_freebusy(); in get_freebusy() method in ICalProperty
H A Dtestjni.java138 ICalPeriodType period_tma_return = property_freebusy_tma.get_freebusy(); in main()
H A Dnet_cp_jlibical_ICalProperty_cxx.cpp1601 icalperiodtype aPeriod = cObj->get_freebusy(); in Java_net_cp_jlibical_ICalProperty_get_1freebusy()
/dports/devel/libical/libical-3.0.8/src/libical/
H A Dicalproperty_cxx.h193 struct icalperiodtype get_freebusy() const;
H A Dicalproperty_cxx.cpp456 struct icalperiodtype ICalProperty::get_freebusy() const { in get_freebusy() function in ICalProperty
/dports/deskutils/elementary-calendar/calendar-6.0.3/vapi/
H A Dlibical.vapi702 public ICal.PeriodType get_freebusy ();