>The template for the event should republish the calendar
using
>publish_another(). Something like this:
>
><%cleanup>;
>return unless $burner->get_mode == PREVIEW_MODE;
>$burner->publish_another($_) for
Bric::Biz::Asset::Business::Story-
> >list({
> element_key_name => 'calendar',
> primary_uri => '/uri/to/calendar/',
> published_version => 1,
> unexpired => 1,
>});
></%cleanup>
>
>Best,
>
>David
Thanks David. That should do the trick.
|