miguelsilvera / outlook_calendar
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
Requires
- guzzlehttp/guzzle: ^6.3.1|^7.0.1
- microsoft/microsoft-graph: 1.81
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()