PHP code example of ivastly / ats-calendar-integration

1. Go to this page and download the library: Download ivastly/ats-calendar-integration library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

ivastly / ats-calendar-integration example snippets


screen -S securex-outlook-sync
php sync.php
bash
cp app/config/config.example.php app/config/config.php
nano app/config/config.php
bash
docker run --rm --interactive --tty --volume $PWD:/app composer install
docker-compose run puphpeteer php sync_once.php # put this on cron for every 5 minutes
bash
cp app/config/config.example.php app/config/config.php
nano app/config/config.php