Okay, this was pretty easy, once I looked a little harder. I don't know what I thought was the problem.
I am using the fullyear template, so that I can get 90-day and full-year calendars. But this should work with any template that uses the List style.
Search for the
code:
$STYLE eq "List"
section of code. Within this is the information for how the list should look. I have modified the original from simply displaying a bulleted list of events to include the description of each event.
The new code for the one line is:
code:
<table border=1><tr><td><%= EVENT FIELD(title) %></td><td> <%= EVENT FIELD(description) %></td></tr></table>
Obviously, I am doing this as a table, so that the event and the description attach nicely. I have also removed the bullet from the ForEach loop (
.
If someone could tell me how to automatically convert url's in the descriptions into clickable URL's, that would be great too. (It works on the detail view, just not in the list view.)
Thanks!
Jack
------------------