Hello,
Im currently using groupJiveEvents to create events in my community. Since the option for ending date is not available while user is creating an event, Id like to add it, so I have created another field in database table _groupjive_plugin_events for that purpose, and also required fields in form(Just duplicated code for the certain fields in cbgroupjiveevents.php). End date field now appears properly in event creation form, but the value is not written to database after event creation confirmation.
How to solve this issue?