Skip to content

AppsDevTeam/Office365Adapter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalendArt - Office365 Adapter

Bridge between CalendArt and the Office365 Calendars API

Installation

You have multiple ways to install this bridge. If you are unsure what to do, go with the archive release.

Archive Release

  1. Download the most recent release from the release page
  2. Unpack the archive
  3. Move the files somewhere in your project

Development version

  1. Install Git
  2. git clone git://github.com/CalendArt/Office365.git

Via Composer

  1. Install composer in your project: curl -s http://getcomposer.org/installer | php

  2. Create a composer.json file (or update it) in your project root:

      {
        "require": {
          "calendArt/office365-adapter": "~1.0"
        }
      }
  3. Install via composer : php composer.phar install

Running Tests

$ php composer.phar install --dev
$ phpunit

Credits

Made with love by @wisembly

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%