I was wondering if the following customisation is possible using the api and Joomla.
I’m trying to use this for a TV guide site where users can browse their favourite TV shows and then click ‘add to schedule’ and that will then update their personal schedule with the time of the TV show.
When a user views an article in Joomla, they can click a button. This then adds a specific event (defined in the button code) to their private schedule.
You can have scheduler in private mode, when each user will have their own schedule.
Also, events are stored as plain records in the single record , so, with a bit of custom code, you can add new events from the custom page ( scheduler itself doesn’t provide such functionality - but it will not require a lot of coding to make it )
As for schedule itself - I think that using plugin in “private mode” will be enough.
As for adding - it must be a fully custom code , just some php code which will insert new record in “{prefix}events_rec” table. Table stores data in very simple manner