cdav | Dolibarr module to access calendars
kandi X-RAY | cdav Summary
kandi X-RAY | cdav Summary
cdav is a PHP library. cdav has a Strong Copyleft License and it has low support. However cdav has 9 bugs and it has 8 vulnerabilities. You can download it from GitHub.
This module for Dolibarr 7.0/8.0/9.0/10.0/11.0/12.0 add CardDAV / CalDAV and ICS synchronisation. It uses included Sabre/DAV server library. Each user can access his/her contacts address book (public and own private contacts), his/her own calendar and other users calendars according to his/her rights. Dolibarr contact informations fill personnal informations in client software cards (including contact photo). Society informations (to which contact is attached) fill professional informations in client software cards. Cards updated in client software fill only Dolibarr contacts (not Society). It is possible to select which contacts to sync with CDAV_CONTACT_TAG configuration value in Home / Setup / Other setup. Enter a contact tag value and then only contacts with this tag will be synced (empty value for all). Calendar records with "Status / Percentage" set to "Not applicable" are converted to events in CalDAV (VEVENT), others are converted to tasks (VTODO). Recurring events are not handled (Dolibarr does not handle them).
This module for Dolibarr 7.0/8.0/9.0/10.0/11.0/12.0 add CardDAV / CalDAV and ICS synchronisation. It uses included Sabre/DAV server library. Each user can access his/her contacts address book (public and own private contacts), his/her own calendar and other users calendars according to his/her rights. Dolibarr contact informations fill personnal informations in client software cards (including contact photo). Society informations (to which contact is attached) fill professional informations in client software cards. Cards updated in client software fill only Dolibarr contacts (not Society). It is possible to select which contacts to sync with CDAV_CONTACT_TAG configuration value in Home / Setup / Other setup. Enter a contact tag value and then only contacts with this tag will be synced (empty value for all). Calendar records with "Status / Percentage" set to "Not applicable" are converted to events in CalDAV (VEVENT), others are converted to tasks (VTODO). Recurring events are not handled (Dolibarr does not handle them).
Support
Quality
Security
License
Reuse
Support
cdav has a low active ecosystem.
It has 23 star(s) with 18 fork(s). There are 15 watchers for this library.
It had no major release in the last 12 months.
There are 14 open issues and 20 have been closed. On average issues are closed in 93 days. There are 3 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of cdav is v2.04
Quality
cdav has 9 bugs (0 blocker, 0 critical, 7 major, 2 minor) and 440 code smells.
Security
cdav has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
cdav code analysis shows 8 unresolved vulnerabilities (0 blocker, 8 critical, 0 major, 0 minor).
There are 16 security hotspots that need review.
License
cdav is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
cdav releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
cdav saves you 1184 person hours of effort in developing the same functionality from scratch.
It has 3762 lines of code, 74 functions and 29 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed cdav and discovered the below as its top functions. This is intended to give you an instant insight into cdav implemented functionality, and help decide if they suit your requirements.
- Execute action hook
- Convert Calendar to VCalendar Event
- Checks if the request is preconditions
- Get the next leap year .
- Convert a property .
- Run console .
- Parse Event Info
- Return a calendar query report .
- Parse card data
- Handles a POST request .
Get all kandi verified functions for this library.
cdav Key Features
No Key Features are available at this moment for cdav.
cdav Examples and Code Snippets
Copy
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
RewriteEngine on
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
FcgidPassHeader AUTHORIZATION
Copy
fastcgi_param PHP_AUTH_USER $remote_user;
fastcgi_param PHP_AUTH_PW $http_authorization;
fastcgi_pass_header Authorization;
Copy
https://server.example.com/dolibarr/htdocs/cdav/server.php/calendars//-cal-
https://server.example.com/dolibarr/htdocs/cdav/server.php/addressbooks//default/
Community Discussions
No Community Discussions are available at this moment for cdav.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cdav
PHP between 5.6.x and 7.3.x is required. Dolibarr native calendar module must be activated before installing CDav module. Enable CDav module in Interfaces Modules list. It would add a link in Agenda left menu and in Contacts left menu to access DAV / ICS URLs. Use these URLs in your CardDAV or CalDAV client software.
Clone repository git clone https://github.com/Befox/cdav.git and install cdav directory in dolibarr/htdocs/
Or unzip last release, rename cdav-master to cdav and copy it into dolibarr/htdocs/
Disable CDav module in Interfaces Modules list.
Unzip last version or git pull in dolibarr/htdocs/cdav
Enable CDav module in Modules list.
Clone repository git clone https://github.com/Befox/cdav.git and install cdav directory in dolibarr/htdocs/
Or unzip last release, rename cdav-master to cdav and copy it into dolibarr/htdocs/
Disable CDav module in Interfaces Modules list.
Unzip last version or git pull in dolibarr/htdocs/cdav
Enable CDav module in Modules list.
Support
To test cdav module, you can use DAVx⁵ url https://server.example.com/dolibarr/htdocs/cdav/ in a web browser. Error messages are clearer.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page