Questions tagged [sabredav]

SabreDAV is a popular Web-, Cal- and CardDAV library for PHP.

91 questions
0
votes
1 answer

How do I add SSR OSI to SABRE 2.2.1 API

Below is sample request I made, and below is the response I'm getting. If you can post sample SpecialServiceRq OSI entry request and response sample that would help a lot.
user2763281
  • 331
  • 4
  • 10
0
votes
1 answer

Sabre json api bargain finder max response as gzip

I am trying to get the response from bargain finder as compress. I am setting the "Accept-Encoding": "gzip" but the response is coming as simple json file not compressed. Response header contains following information also. 'content-encoding':…
0
votes
1 answer

Sabre sessionless authentication

I am trying to get sessionless token. Following is the xml but its not working an throwing error. it is giving error. There are couple of things missing and I am not sure what to pass there e.g sec:BinarySecurityToken, SabreAth,…
0
votes
1 answer

Sabre developer api - how limited is the data in development? Am I using it wrong or is data THAT limited?

Im trying our different flight api's from sabre, I understand from reading the data Im getting back is limited in development but Im not sure if it really can be THAT limited or its me doing something wrong. 1: InstaFlights Search First I use the…
javascript2016
  • 973
  • 3
  • 17
  • 41
0
votes
1 answer

sabre/dav - The server specified an invalid calendar home

I'm working on including sabre/dav as base for a CalDAV-Server into an existing symfony-project. Until now I've successfully extened the auth-classes. It's possible to log in with Lightning and, using the calendars and principals backend from…
jschultze
  • 11
  • 3
0
votes
1 answer

Saber Update name in PNR : Error = .ENTRY VALID ONLY FOR SUBSCRIBER PNR

UpdateReservationRQ APi was working fine to update passsenger name in PNR. suddenly its returning error PARTIAL ERROR
Praveen D
  • 2,337
  • 2
  • 31
  • 43
0
votes
2 answers

Unable to update passenger name in created PNR at sabre

I am developing API to update passenger detail like name and DOB in PNR. I followed this http://files.developer.sabre.com/doc/providerdoc/pnrservices/UpdateReservationRQ_1_15_0_User_Guide.pdf Request xml
Praveen D
  • 2,337
  • 2
  • 31
  • 43
0
votes
1 answer

sabre error while trying to add baggage with ticket

Trying to issue ticket with baggage but getting below error. executed TravelItineraryReadRQ it has BG ALLOWANCE 5KG 737 DOMESTIC
Praveen D
  • 2,337
  • 2
  • 31
  • 43
0
votes
2 answers

Create Pnr Passenger Details RQ not working sabre

Getting Error of PASSENGER TYPE ENTERED VALID ONLY FOR INFANT NAME i am not able to work with infant its working fine for adult & child but as i associate infant it give me that error PassengerDetailsRQ method
0
votes
0 answers

Install sabredav server on laravel

Did anyone ever try to setup a sabredav caldav server in laravel? Sabredav needs the calendarserver to be access at "calendarserver.php/" <-- trailing slash Sabredav needs a trailing slash which is trimmed by laravel. I tried to alter the htaccess…
0
votes
2 answers

Sabre Dev Studio API call by ruby

I'm trying to take hotels details from sabre dev studio in my app and I'm using gem 'sabre_dev_studio' but I can't understand how and which url I have to hit (APIs) for the hotel details. I'm using like this : SabreDevStudio.configure do |c| …
Jai Chauhan
  • 4,035
  • 3
  • 36
  • 62
0
votes
1 answer

Allow PROPFIND with Depth: Infinity requests in Sabre/Dav

Many WebDAV servers do not allow PROPFIND requests while sending the Depth: Infinity header (see also this SO question) which would return a description of the whole underlying file system from the specified folder and all subfolders recursively.…
Dirk
  • 9,381
  • 17
  • 70
  • 98
0
votes
1 answer

SabreDAV - Why are calendar events stored as BLOB in the PDO backend?

I'm currently experimenting with SabreDAV, a WebDAV/CalDAV/CardDAV server for PHP. As part of the download, there is a PDO backend that stores calendar events in a database like MySQL. I noticed that SabreDAV uses a BLOB field to store the iCal data…
Wouter
  • 1,678
  • 3
  • 20
  • 32
0
votes
0 answers

How to implement SabreDav/CalDav in CakePHP 3.0?

I'm trying to implement CalDav in CakePHP 3.0 and I'm new to both of them. I've created a Customer portal and want that every single user has access to his appointments. I followed the tutorial http://sabre.io/dav/caldav/, but when I try to run…
Rick Grimes
  • 103
  • 10