SabreDAV is a popular Web-, Cal- and CardDAV library for PHP.
Questions tagged [sabredav]
91 questions
0
votes
1 answer
Caldav not returning event within time-range query
I have an iCalendar event in my Sabre:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//CalDAV…

Matis
- 611
- 2
- 11
- 27
0
votes
0 answers
Searching in CardDAV
I want to write a little LDAP 2 CardDav Gateway, which gets a request (from a Desktop Phone/PBX) on it's LDAP side and converts it to a CardDAV request.
So for I used raw HTTP/XML requests and was able to:
Query the base directory…

engelant
- 121
- 10
0
votes
0 answers
How to query CardDAV
I was expecting to find much more information on CardDAV on the web, but unfortunatly I just don't get it.
The rfc6352 states in 1-1 that a server must understand and make Address data server side searchable, but I don't know how to do it.
Could…

engelant
- 121
- 10
0
votes
1 answer
offerItemId in sabre bargain rest api
I am trying to implement sabre GDS for a client and after requesting of bargain max rest API there is no item with the name offerItemId and offerId for further use. this is my request. any help is appreciable.
What is the problem?
I am trying to…

hadicodes
- 45
- 1
- 6
0
votes
2 answers
choosing cabin type on /v2/offers/shop
can someone help me? I am looking for a method to get all kind of cabin type of Sabre on /v2/offers/shop request at the same time in all itineraries. Below is my code. please answer with a full JSON. any help is valuable. another problem is where…

hadicodes
- 45
- 1
- 6
0
votes
1 answer
Error: ERR.SP.BUSINESS_ERROR while sending CreatePassengerNameRecordRS request at Sabre
While sending request CreatePassengerNameRecordRS to create PNR on sabre, receiving an error "ERR.SP.BUSINESS_ERROR" which describe "Could not find the PNR locator in the End Transaction response".
What is the root cause for this error?
(
[0] =>…
0
votes
2 answers
How to add air extras into UpdateReservationRQ
Into the workflow Air Extras Search and Book:
Shop for Air Extras using GetAncillaryOffersRQ.
Book one or more Air Extras and end the transaction to confirm the booking using UpdateReservationRQ.
But into the service UpdateReservationRQ I can't…

Andres Luque
- 45
- 4
0
votes
1 answer
How can i delete pnr by sabre api?
I have create PNR using sabre rest api. Is there any way to cancel or delete this pnr through the api. I am using version v2.2.0 and mode "create".

Robius Sani
- 1
- 1
0
votes
2 answers
sabre: looping through TEL-property doesn´t provide what expected
A probably simple question - but I´m blockheaded:
Following sabre/vobject usage instruction I will loop the TEL-property to get numbers and their…

Black Senator
- 449
- 3
- 11
0
votes
1 answer
how to intregrate sabre soap api in android ,Getting All Hotel List and Fight
I develop Android App using saber dev API but I am not aware properly so please suggest me how to use saber soap API in android.

Rachit Mishra
- 29
- 3
0
votes
1 answer
SabreDAV Client create calendar object
I'm try to add an calendar opject into my SabreDAV server. From an existing client (like iOS or iCalendar on OSX) this works great. But when trying to add a new calendar object I get the following error:
Sabre\CalDAV\Exception\InvalidComponentType
…

Mark
- 1
0
votes
3 answers
CODE - UC SEG STATUS NOT ALLOWED Sabre error occurs when I try to Book fligth segment using Create Passenger Name Record API?
I am trying to create Passenger Name Record using Create Passenger Name Record API of Sabre. But When I pass information fetched from BargainFinderMax API to Passenger Name Record API, It gives the following error. It happens in some requests.…

Ali Hamza
- 17
- 5
0
votes
1 answer
Sabre Webservices EnhancedAirBook with infant
Hello everyone i'm trying to create a PNR, im using EnhancedAirBook + PassengerDetails at this moment i has cretated PNR for ADT and ADT + CNN without problems, but when i do the same but including an infant EnhancedAirBook returns this error…

Cecilio Morales
- 1
- 4
0
votes
0 answers
Setting sabre/dav to have root directory outside of apache web root
I am trying to set up a WebDav server using sabre/dav. I got it set up and running and as long as I serve up files form with in the web server root (like /var/www/mydocs) I can access them in read-write mode. However, when I move sabre’s root…

user1404617
- 585
- 1
- 5
- 20
0
votes
1 answer
Does Sabre BFM (soap) provides any method to sort the results?
I am totally new to sabre apis. I got a project which is already having "Bargain Finder Max" sabre soap api implemented. As far I have searched over the web I could only find this documentation where it is mentioned that we can sort the API results…

MKB
- 777
- 1
- 9
- 27