Transforms calendar events into a standard list format with a "title" field for compatibility with other list-based recipes.
| Title | Original Summary | Start | End | Location |
|---|---|---|---|---|
| {item.title} | {str`${item.event.summary || "Untitled"}`} | {str`${item.event.start}`} | {str`${item.event.end}`} | {str`${item.event.location || "-"}`} |