Yetiforcecrm: How to activate DAV Application

Created on 12 May 2019  ยท  3Comments  ยท  Source: YetiForceCompany/YetiForceCRM

I would like how to uncomment as I am still new in yetiforce and i would like to use the Dav application however I got the error below

DAV application is not active
DAV application has not been activated yet, enable it in config/api.php

What do i exactly need to do to activate it as i am not sure when it mentions to uncomment

I know very basic for some but i am still learning so if someone kindly shows me the way would be greatly appreciated

/**

  • Configuration file.
  • This file is auto-generated.
    *
  • @package Config
    *
  • @copyright YetiForce Sp. z o.o
  • @license YetiForce Public License 3.0 (licenses/LicenseEN.txt or yetiforce.com)
    */

namespace Config;

/**

  • Configuration Class.
    /
    class Api
    {
    /
    * List of active services. Available: dav, webservices, webservice */
    public static $enabledServices = [];
/** Dav configuration. Available: false, true */
public static $enableBrowser = false;

/** Dav configuration. Available: false, true */
public static $enableCardDAV = false;

/** Dav configuration. Available: false, true */
public static $enableCalDAV = false;

/** Dav configuration. Available: false, true */
public static $enableWebDAV = false;

/** Webservice config. Available: false, true */
public static $ENCRYPT_DATA_TRANSFER = false;

/** Webservice config. */
public static $AUTH_METHOD = 'Basic';

/** Webservice config. */
public static $PRIVATE_KEY = 'config/private.key';

/** Webservice config. */
public static $PUBLIC_KEY = 'config/public.key';

}


โ” question

Most helpful comment

Hello @bangde

1) The steps to activate DAV (CalDAV and CardDAV) are as follows:
` /** List of active services. Available: dav, webservices, webservice */
public static $enabledServices = ['dav'];

/** Dav configuration. Available: false, true */
public static $enableBrowser = **true**;

/** Dav configuration. Available: false, true */
public static $enableCardDAV = **true**;

/** Dav configuration. Available: false, true */
public static $enableCalDAV = **true**;

`

2) In the YetiCRM configuration, Integration option and then DAV Applications.
-Press the "Add Key" button, select user and press "Save"

3) Now you can configure the CalDAV and CardDAV account on your mobile phone using the user and the password for that option. To obtain the hidden key, press the "Key" button.

Consider the server configuration. I had problems myself because I did not have it properly configured: #10405

All 3 comments

Hello @bangde

1) The steps to activate DAV (CalDAV and CardDAV) are as follows:
` /** List of active services. Available: dav, webservices, webservice */
public static $enabledServices = ['dav'];

/** Dav configuration. Available: false, true */
public static $enableBrowser = **true**;

/** Dav configuration. Available: false, true */
public static $enableCardDAV = **true**;

/** Dav configuration. Available: false, true */
public static $enableCalDAV = **true**;

`

2) In the YetiCRM configuration, Integration option and then DAV Applications.
-Press the "Add Key" button, select user and press "Save"

3) Now you can configure the CalDAV and CardDAV account on your mobile phone using the user and the password for that option. To obtain the hidden key, press the "Key" button.

Consider the server configuration. I had problems myself because I did not have it properly configured: #10405

@bangde It may not much matter if it's activated or not. It doesn't ever seem to work anyway at least from my experience. I have tried to Sync with CalDavSynchronizer and DAVx5 and both throw errors every time. Some appointments go into the calendar and some don't. I have my cron setup properly and all of my Warnings are Green so no server issues and it still doesn't work for me. Good luck!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vovpff picture vovpff  ยท  3Comments

RedMoon27 picture RedMoon27  ยท  3Comments

liberox picture liberox  ยท  3Comments

ezbank picture ezbank  ยท  3Comments

michelmarquesrj picture michelmarquesrj  ยท  3Comments