if i understand correctly, mcal_event_add_attribute is used to add a variable to the data structure of an event.
here's what i do:
void mcal_event_add_attribute($stream,"newfield","val")
then , i store the event as you usually would.
however, when i recall it:
$event = mcal_fetch_event ($stream, $id)
and then do:
echo $event->newfield
i don't get anything.
if anyone knows how to get this to work, could you please reply to my post.
tell me if there's anything special i need to do before or after i call add_attribute