Because Events are based on posts, why don't just add a create thread button linkend to the forum your events belong to?
HTML Code:
<button type="button" class="b-button b-button--primary-light new-conversation-btn js-movable-toolbar-button" onclick="window.location.href='new-content/YOURFORUMIDHERE!!!!'">
<span class="b-button__icon b-button__icon--plus"></span>
<span class="b-button__text-primary js-button__text-primary">{vb:phrase plus_new_conversation}</span>
</button>
Thats the easiest way I could think of.
If you would have a direct text-container it is not a five minute-job. But could be done.