Level 33
I see that Spatie has a package for that, have you tried that one yet? https://github.com/spatie/calendar-links
// Generate a data uri for an ics file (for iCal & Outlook)
echo $link->ics();
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I want to generate a calendar file for meeting & send invitation for attendees, Is there any plugin or code in laravel?
what type of files should it support? and how to generate in php?
Please or to participate in this conversation.