I need to send emails in my Laravel program that can sync with Outlook Calendar. Can anyone recommend a way to achieve this in Laravel?
I’ve come across Microsoft Graph as a solution, but unfortunately, I cannot use it due to my company’s policies. Do you have any other recommendations?
Use the library and follow the instructions as per provided in library link references:
-
Composer command: composer require spatie/ics
https://packagist.org/packages/spatie/icalendar-generator
OR
-
Composer command: composer require eluceo/ical
https://packagist.org/packages/eluceo/ical