Page 1 of 1

CGCalendar retrieving category of an event

Posted: Wed Jul 16, 2014 9:08 am
by staartmees
to retrieve the category of an event in the calendarview I use

Code: Select all

{foreach from=$event.categories key=category item=item}{$item.category_name}{/foreach}
My problem: an event with categorycode 21 or 22 or 23, $item.category_name always return 2 as code instead of 21 or 22 or 23