Instance keyword for multi-date calendar event

I'm trying to create an asset builder that allows user to create multi-date calendar events. The %details-F_short_date% keyword gives the date summary, but I can't find the keyword that will allow the user to select the dates themselves.


Any help?



I also had trouble figuring out where the Description field was, until I realised the multi-date event asset doesn't have one. Any idea why that is?

[quote]
I'm trying to create an asset builder that allows user to create multi-date calendar events. The %details-F_short_date% keyword gives the date summary, but I can't find the keyword that will allow the user to select the dates themselves.

[/quote]

Exposing the full Details screen by using %details-% should provide this interface.

The table containing the dates is not an attribute and doesn't have a keyword to display only this part of the interface.


[quote]

I also had trouble figuring out where the Description field was, until I realised the multi-date event asset doesn't have one. Any idea why that is?

[/quote]

This was likely omitted due to the possibility of applying metadata if this functionality is required. This metadata can be applied within the Asset Builder at creation time.

WYSIWYG Metadata fields may be defined in later releases if you require rich text, however please note that this format does not translate ?a= URLs as this is only available in Bodycopies.

[quote]
This was likely omitted due to the possibility of applying metadata if this functionality is required. This metadata can be applied within the Asset Builder at creation time.

WYSIWYG Metadata fields may be defined in later releases if you require rich text, however please note that this format does not translate ?a= URLs as this is only available in Bodycopies.

[/quote]

Thanks for this. That's what I've done in the end - use metadata to allow users to add a description of the event. I still think it's a strange inconsistency.