Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Ligonsker's avatar

Adding events to Outlook calendar

Hello,

How can I add calendar events to Outlook? Not sure where to start

I guess there is no way from Laravel and it's more of a vanilla PHP thing? If so I will remove this post

Thanks!

0 likes
5 replies
mike_isp's avatar

If you're serving the calendar file to a user, so that their Outlook install can receive it and add it I think serving an .ical file/response would work. https://en.wikipedia.org/wiki/ICalendar

You could have a Laravel route return a response with the formatted data, and serve it with the text/calendar mime type.

1 like
Snapey's avatar

I guess there is no way from Laravel and it's more of a vanilla PHP thing?

by the way, incase you didn't realise You are running vanilla php.

Try researching the issue.

1 like
Ligonsker's avatar

@Snapey Yes 😅 I just meant maybe Laravel devs thought of this scenario and provided some easy to use tools (For example the easy to setup authentication)

Yep, research time :D

Please or to participate in this conversation.