miguelsilvera/outlook_calendar

There is no license information available for the latest version (dev-master) of this package.

get token, info user , crud

dev-master 2022-11-17 13:38 UTC

This package is auto-updated.

Last update: 2024-05-17 16:48:24 UTC


README

How to install it using composer

composer require miguelsilvera/outlook_calendar

what can you do

This package is made to have a communication through the outlook calendar api, the calls that we can make are:

  • CalendarOutlook::getToken()
  • CalendarOutlook::getInfoUser()
  • CalendarOutlook::getEvent()
  • CalendarOutlook::createEvent()
  • CalendarOutlook::deleteSingleEvent()