miguelsilvera/outlook_calendar

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

get token, info user , crud

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/miguelsilvera/outlook_calendar

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

This package is auto-updated.

Last update: 2025-12-17 20:27:44 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()