Kamieljv / watkanikdoen-app

Watkanikdoen is a website that promotes activism by making all kinds of progressive initiatives accessible to a wide audience.
https://watkanikdoen.nl
European Union Public License 1.2
1 stars 0 forks source link

iCal/ICS support #96

Open Kamieljv opened 5 months ago

Kamieljv commented 5 months ago

Test command:


file_put_contents('test.ics', Calendar::create('Laracon online')->event(Event::create('Creating calender feeds')->startsAt(new DateTime('6 March 2024
15:00'))->endsAt(new DateTime('6 March 2024 16:00')))->get());```