To get this working you will have to upload the design to the /components/com_rsevents/designs folder and run a simple SQL (with phpMyAdmin or something similar) to register the new created design:
INSERT INTO `jos_rsevents_designs` (`DesignName`, `DesignDefault`, `published`, `ordering`, `params`) VALUES ('name_of_design',0,1,12,'');





