Questions tagged [sabredav]

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

91 questions
0
votes
1 answer

SabreDav authentication fails

I started creating my own test server using SabreDav in a local environment and all worked just fine. Now, I am trying to migrate my config to my production web server and I am experiencing all sorts of trouble with the PDO authentication as…
neggenbe
  • 1,697
  • 2
  • 24
  • 62
0
votes
2 answers

Sabre Travel REST service

Had a look at their documentation and it seems that in PHP, we cant do all request via the REST service. For example: I could fetch flights by REST (Instaflights Search) But when I want to book something, I need to jump into SOAP (Book Air…
tony
  • 305
  • 5
  • 18
0
votes
1 answer

CalDav sync-token expiry

In a previous question, I asked about syncing data with a DaviCal server. I ended up concluding that there was a bug on DaviCal as when querying a CalDav server with an invalid sync token, the server should return an error but, instead, it returns…
neggenbe
  • 1,697
  • 2
  • 24
  • 62
0
votes
1 answer

Sabre API Response not get Min/Max Stay and Advance Purchase Fields

I Need results as per GDS system but not for availability . For example when we check fares on GDS with this command ( FQOSLACC15MAY-LH ). We get all the fares without availability restriction. we also get Classes , Fare Basis , Price, Advance…
Khurram
  • 1
  • 1
0
votes
2 answers

How to expose CardDAV address books / CalDAV calendars with arbitrary filters?

I want to provide access to address books and calendars that may have search filters (e.g. tags, user, groups) applied. They should not be auto-discoverable because there may be billions of combinations but must nonetheless be compatible with common…
Arc
  • 11,143
  • 4
  • 52
  • 75
0
votes
1 answer

Is it possible to mount a webdav share on windows as something other than FAT?

I have an apache server running on Linux. I have the dav module enabled. When I am on my windows computer, I mount it as a network drive. However, it shows the filesystem as FAT. Is there a way to change that to either NTFS or something else that…
Steve
  • 11
  • 1
0
votes
1 answer

Abacus flight booking api, after creating PNR there is a possibility to append segment in booking through EnhancedAirBook api

I want to ask about abacus flight booking api, after creating PNR there is a possibility to append segment in booking through EnhancedAirBook api b/c I saw in api we can pass the PNR no. I used it but not working any more, I am using enhancedairbook…
arsalan
  • 11
0
votes
0 answers

How to deeper debug Apache 500 interal server errors with owncloud

I have internal server errors with my owncloud installation for each PUT or DELETE request WebDAV (sabre/dav). See my access.log excerpt: 192.168.2.11 - - [14/Mar/2015:08:39:44 +0100] "PROPFIND /remote.php/webdav HTTP/1.1" 207 5272 192.168.2.11 - -…
CptLeChuck70
  • 85
  • 10
0
votes
1 answer

How can I upload to SabreDAV using ITHit AjaxFileBrowser?

Using two versions of AjaxFileBrowser by ITHit (the latest, 2_6_2_2135, and another purchased last year), I'm trying to connect to SabreDAV (two different versions: 1.8.12 and 2.1.2) but can't upload any files. Viewing files and directories works…
0
votes
1 answer

How to deal with large files in SbreDav?

I am using the SabreDAV PHP library to connect to a WebDAV server and download some files but it is taking forever to download a 1MB file and I have to download up to 1GB files from that server. I looked at this link…
0
votes
1 answer

sabredav installation and xampp

i want to install sabredav on my system but i can't; my os is windows7 and i use xampp. i download sabredav 1.7.9.zip. i create a folder on htdocs. the folder name is "my_project" and i copy the zip file on the folder. i user php sample of sabredav…
reza darroodi
  • 29
  • 1
  • 6
0
votes
1 answer

Sabredav with no php://input (Kohana)

I have a framework that eats up php://input before sabredav can get to it on a PUT. Is there a way to call setBody() in Sabre\HTTP\Request so I can pass this from my framework (http://kohanaframework.org) so that getBody() doesn't try to get it…
Chris Go
  • 599
  • 6
  • 19
0
votes
1 answer

sabredav carddav not working on ios, barily working on android

I'm integrating sabredav into my webapplication, the connection between my app -> sabredab seems to be fine. Using the browser I can get to all the vcards needed. On Android when I use the…
Richard Deurwaarder
  • 2,023
  • 1
  • 26
  • 40
-1
votes
1 answer

Is there a way to check or create a retention line in sabre api?

All payloads are valid and sabre's API return no error and the booking was made successfully. But there is no retention line when checking it on Sabre workspace. How can I check if there's a retention line created and what can I do to manually…
-1
votes
1 answer

how to solve the error EbxmlMessage for AddRemarkRQ?

when creating XML and sent it by PHP, I get an error that I could not solve, I created this XML based on I will know originally
1 2 3 4 5
6