I have created a spfx react application for calendar where I need to export the calendar events i.e. to download the calendar events as .ics file on button click.
Note:- I need to to export multiple events at a time.
How to achieve this?
Thanks in advance !