This is where all the good stuff lives. Once you press Go, the system clipboard is cleared, and the Event list generated from the chosen calendars (within the date range, filtered by selected Weekdays and Locations) is placed therein, ready to be pasted wherever you want. The Plain Text option looks something like this:
Tuesday, 22 March 2011
Scout Committee Mtg 18:00 - 19:00 (No location)
Emergency Prep 19:00 - 8:30 (No location)
Saturday, 26 March 2011
HP Bldg cleanup 8:00 - 9:00 (Graham West bldg)
Sunday, 27 March 2011
Teachings for Our Time [All Day] (No location)
Tuesday, 29 March 2011
Pool 18:00 - 20:30 (Clover Park HS)
Choosing the (X)HTML Text option, however, generates lines of text with the following markup:
<p class = "eventdate">Tuesday, 22 March 2011</p>
<p class = "eventitem">Scout Committee Mtg 18:00 - 19:00 (No location)</p>
<p class = "eventitem">Emergency Prep 19:00 - 8:30 (No location)</p><br />
<p class = "eventdate">Saturday, 26 March 2011</p>
<p class = "eventitem">HP Bldg cleanup 8:00 - 9:00 (Graham West bldg)</p><br />
<p class = "eventdate">Sunday, 27 March 2011</p>
<p class = "eventitem">Teachings for Our Time [All Day] (No location)</p><br />
<p class = "eventdate">Tuesday, 29 March 2011</p>
<p class = "eventitem">Pool 18:00 - 20:30 (Clover Park HS)</p><br />
This is by far the most versatile output, as you can use an accompanying CSS file to format the text any way you wish. For instance, these CSS formatting commands:
p.eventdate {font-size:14.0pt; font-family:Helvetica; color:blue; font-weight:bold;}
p.eventitem {font-family:Arial; font-style:italic;}
will generate text in a web browser appearing like this:
Tuesday, 22 March 2011
Scout Committee Mtg 18:00 - 19:00 (No location)
Emergency Prep 19:00 - 8:30 (No location)
Saturday, 26 March 2011
HP Bldg cleanup 8:00 - 9:00 (Graham West bldg)
Sunday, 27 March 2011
Teachings for Our Time [All Day] (No location)
Tuesday, 29 March 2011
Pool 18:00 - 20:30 (Clover Park HS)
The website for CalEventer has more details on how you can use this feature to really spruce up your Event listing. It is amazingly simple to do, even for total neophytes, simply visit W3Schools.
Equally versatile is the Rich Text option, which will place the text you see in the Event Preview window, formatted as you have set up in Preferences, directly into the clipboard. You can then paste directly into any word processor that recognizes rich text.