Event categories use the same template views as regular event pages and all you need to do is throw in some conditional code to check if you are on a particular category for whatever view you want to affect.
if( is_tax('tribe_events_cat','celebrations') ) ) {
//execute whatever code you want for the "celebrations" category slug
}