jhattara wrote:
Forum is Kunena but the tournament registry is completely it's own custom built system.
In that case it shouldn't be too hard to send a copy of the accepted data set (as the calendar currently is built to refuse "incorrect" data), to the forum (Kunena) data layer. Basically you need to read the php-code where Kunena stores a forum post and replicate it.
I don't know if the user-ID is connected to a server-side session ID,or associated with a coookie being bouced between browser and server. In the same way I don't know wether the calendar-ID is generated before storing the data or extracted after the data is stored. In the latter case the ID (and this the link) has to be fetched before the copy is sent to Kunena storage.
Either way, complex back-ends shouldn't matter all that much as the suggested feature (minus an eventual calendar-ID) is all handled at the php front-end.