SabreDAV is a popular Web-, Cal- and CardDAV library for PHP.
Questions tagged [sabredav]
91 questions
0
votes
0 answers
Why do Sabre dc-core/pnr always return 404 on GET request?
I'm trying to test with a real life PNR code but it always return me 404 not found error.
Can I not test against real life PNR code? If I can't, where can I fetch a PNR code to test with the sabre restful API?

utopia
- 322
- 1
- 4
- 22
0
votes
1 answer
Serve Contacts Only - similar to CardDAV
I've created a rather large Business Intelligence System over the years. It already offers vCard export of customers and contacts. But this of course is a tedious process, where each employee has to manually import the vCard file on their phones.
So…

mr_lou
- 1,910
- 2
- 14
- 26
0
votes
0 answers
How to update the organiser's caldav client without sending mail in sabre dav?
RFC6638 Section 3.2.1 says that if organizer and attendee same don't send mail.
https://www.rfc-editor.org/rfc/rfc6638#section-7.2
Then how to update the organizer's caldav client without sending mail ?
So i got a sabre dav server and it only send…

Furqan
- 1
0
votes
0 answers
Accessing calendar from OpenSRS/Sabre via CALDAV
I'm trying to get a single .ics file containing all calendar entries for a particular user of OpenSRS, which I believe has something to do with Sabre. I've tried using code that I have used successfully on other CalDAV servers, but it doesn't seem…

Jeff McKay
- 75
- 5
0
votes
0 answers
Evolution does not receive CalDAV events from Baikal/ Sabre server
I am hosting a Baikal CalDAV server (0.9.2) to synchronize my calendars across devices but am stuck with the following issue:
I can set up calendar accounts on both my iPhone (iOS 16) and my desktop (Fedora 36 with GNOME 42.4 and Evolution mail…

usdn
- 23
- 4
0
votes
1 answer
Sabre.io Baikal REST API
I have setup a CardDav server using https://sabre.io/baikal/. It is working as expected but I now want to create a custom CRM with Laravel which can post contacts to the address books.
Does anyone know if Baikal has its own REST API which I can use…

Lukerayner
- 412
- 6
- 23
0
votes
1 answer
necessary data rewind wasn't possible with WEBDAV
I using Laravel WebDAV wrapper which uses Sabre to upload media to the WebDAV server that uses the basic authentication using Nginx but according to the default package set in the documentation I used this configuration in filesystem.php:
'dav'…

A.Seddighi
- 1,695
- 1
- 20
- 43
0
votes
1 answer
Fetch files from next cloud storage and display in Laravel website
I have a website built with Laravel. I need to fetch files from my nextcloud storage and display in the website. I have successfully installed sabre/dav to create a webdav.
$settings = array(
'baseUri' => 'https://cloud.example.com',
…

Hamza
- 1
- 1
0
votes
1 answer
In Sabre, Terminal PCC booking api failure due to error
In sabre Terminal PCC, we tried to book an itinerary but sometimes it works and sometimes it fails due to this error ( "SOAP-ENV:Envelope" must be terminated by the matching end-tag "").
Could you please tell us what errors are…

Karthik Kamatchi
- 396
- 5
- 7
0
votes
0 answers
Google CalDav Api wont return single instances of recurring events
I am trying to get single instances of Recurring events from Google CalDav Api. I am using the following report request to get single instances

samiullah ilyas
- 87
- 1
- 8
0
votes
1 answer
Sabre - How many steps to request the Void Air Ticket?
I have a problem with request void air ticket requests. Before void ticket requests, what I need to do first? I have tried my workflow as below:
SessionCreateRQ => TravelItineraryReadRQ => VoidTicketLLSRQ => EndTransactionLLSRQ
Void Ticket…

SOKHA
- 1
- 1
0
votes
1 answer
How to get user's plain password in PDO class of Sabre DAV?
How can I get hold of the current logged-in user's plaintext password in the following file of Sabre DAV library?
https://github.com/sabre-io/dav/tree/master/lib/CardDAV/Backend
in Baikal, this file is…

jim
- 43
- 6
0
votes
1 answer
How to implement encryption on Baikal/ SabreDAV?
I am trying out Baikal for its CardDAV functionality in order to provide my users with addressbook functionality on iOS.
I have created a desktop application and expect to be able to create a BLOB from this app, with VCard data, and insert it to a…

jim
- 43
- 6
0
votes
2 answers
Using sabre/dav server with floccus
[EDIT 2]: TL;DR - floccus can't use Digest Authorization, which was how my sabre/dav server was set up. See this GitHub issue.
I've set up a sabre/dav server on a Raspberry Pi 4 by following the instructions here. When I navigate to my server URL…

murchu27
- 527
- 2
- 6
- 20
0
votes
1 answer
SABRE RedWeb Installation / Getting Started
I did the basic installation of the SabreRedWeb-SDK-20.11.6 and then clicked on the ConciergeInstaller-5.7.0-1.0.4.exe and it seems to have installed properly. The web instructions found here don't match the video.
Web Instructions (I'm following…

Richard C
- 171
- 12