We have a client that runs Squiz Matrix and they want to add a interactive timetable program that lists the days of weeks with time and then assign blocks to time similar to Outlook Calendar etc. Was just looking for some guidelines on the best way to do something like this in Squiz Matrix if possible? By adding an iframe based option or integrated in some other way.
You could do something like this in Matrix using custom implementation and the calendar asset and single calendar events, but would be complex to set up and require a lot of JS on the front end, unless there is a nice JS plugin that handles most of this for you and that you can easily integrate into Matrix with. If you are new to Matrix though, I suggest you look at a 3rd party plugin and that lets you iframe something like this into a page in Matrix.
Thank you I thought doing something in Matrix might be a bit complex being new to it so I might look at the iframe option which I was initially thinking would have to be the easiest solution.