.ics integration for planning app

0
For a school project I had to make an app where you can make, change and delete appointments. This is all said and done, but now I want to add a function where the user can download an .ics file with their appointment data. There’s a module on the marketplace that does this but its for Mendix version 6 and my school only allows me to use version 8 so this is not viable. Any tips on how to do this?
asked
1 answers
0

An .ics file is basically a text file with a set format. We fixed this by creating a microflow that creates a string based on this format and downloads it as an .ics file.

answered