Questions tagged [sabredav]

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

91 questions
1
vote
0 answers

CalDav: Invite another calendar as an attendee

Does anybody know if it's possible to add a calendar as an attendee? Here's the scenario. User has multiple calendars, a calendar object (i.e. event) is added to calendar 1, but we also want it to show on calendar 2. Equally they might add an event…
1
vote
1 answer

Creating a new calendar in Nextcloud/SabreDAV via CURL

I've created a demo Nextcloud build(the backend seems to be SabreDAV) and enabled the calendar app. Functions like PROPFIND are working via CURL, but I can't create a new calendar(not a calendar object). The MKCALENDAR functions doesn't exist on the…
Dalhousie
  • 119
  • 1
  • 1
  • 9
1
vote
0 answers

What is the expected behavior of CalDAV recipient acceptance?

I'm wondering what expected invitee acceptance behavior is of a self hosted CalDAV server. We have a Baikal server set up but are having issues with recipients (that are not on the bakail server) accepting calendar invites. The real issue being that…
awvickers
  • 39
  • 7
1
vote
0 answers

Getting Bad request while creating folders on nextcloud through MKCOL when folder name contains specific words like Hazlo

'', 'userName' => '', 'password' => '' ); $client = new Sabre\DAV\Client($settings); $f_name = ' Hazlo '; $folder_name =…
Manish Goyal
  • 700
  • 1
  • 7
  • 17
1
vote
0 answers

REPORT request on CalDAV (SabreDAV) server via php_curl answers with 500

If have set up an SabreDAV CalDAV-server with digest authorization. Everythings working fine when I access the calender via iPhone, Outlook/CalDavSychronizer, Thunderbird/Lightning... Now I habe tried to access the calender via php with…
Chris
  • 11
  • 3
1
vote
0 answers

WebDAV SabreDAV and HTTPS

I'm trying to connect to an HTTPS sitefrom a PHP page I'm writing, I've tried to usa SabreDAV but I have the error because it requires the SSL certificate. Is there any way to make SabreDav skip the certificate verification? I need to access the 2nd…
edo1080
  • 61
  • 7
1
vote
1 answer

AccessQueue QR Action failed Error

When I request a QR action (after QueueAccessLLSRQ):
RJS11
  • 11
  • 3
1
vote
1 answer

What is partyid when getting session token during authentication?

I am following this link and i am on the first step https://developer.sabre.com/docs/read/soap_basics/Authentication Am stuck in first step So I added the following code in the header: private static function getMessageHeaderXml($actionString) { …
Deepak
  • 5
  • 2
  • 7
1
vote
0 answers

Baikal 0.4.5: synchronization with Thunderbird + Lightning + SOGo connector

To upgrade Baikal from 0.2.7 to 0.4.5 I followed the steps on http://sabre.io/baikal/upgrade. The upgrade was successful. At the end of process I changed the end-points for syncing. Syncing calendars on all devices (PC + Thunderbird 45.0 + Lightning…
1
vote
1 answer

Create a new calendar from CalDav API

I am trying to create a new calendar in my principal's home folder using SabreDav. I couldn't find how to achieve this - is it even possible ? UPDATE: I found out about MKCALENDAR method, but the following returns an "abandoned" request…
neggenbe
  • 1,697
  • 2
  • 24
  • 62
1
vote
1 answer

Google CALDAV XML request using curl (php)

I'm trying to do a CalDAV XML request to the google caldav server with PHP. For some reason the google calDAV is very poorly documented. The purpose is to get a list of all events, including the event-specific data. (eg. Begin, End, Summary,…
Rbn
  • 13
  • 5
1
vote
2 answers

Why is my docx, xlsx, pptx file corrupted?

PROBLEM : I need files on my server to be encrypted and it works perfectly fine for .txt, .doc, .xls, .ppt but not with .docx, .xlsx and .pptx. The problem when I try to edit a docx (or xlsx, pptx) is that the file gets corrupted by the way I…
cilmela
  • 47
  • 7
0
votes
0 answers

Integrating SabreDav with Laravel 9 on Ubuntu 20 with Apache2

I'm trying to integrate SabreDav with Laravel 9 on my Ubuntu 20 server with Apache2. I've followed the documentation on SabreDav's website and tried to install it using Composer, but I'm having trouble getting it to work. I follwed this for SabreDav…
0
votes
0 answers

How to get Penalties Information while searching flights using Bargain Finder Max(BFM) Sabre API?

I am trying to search flights using Sabre's Bargain Finder Max v4.3.0 Rest API. I am receiving response successfully but I can't find any Penalties Information for any flight sequence in response data. I need any penalty…
0
votes
0 answers

General problem with PassengerDetailsRQ service while using SABRE API

While using Sabre Booking Management -> Create Booking Rest API(https://api-crt.cert.havail.sabre.com/v1/trip/orders/createBooking), I am getting error description "General problem with PassengerDetailsRQ service" enter image description here I am…