Monday, November 08, 2010 at 12:04 AM.

system.verbs.builtins.mainResponder.calendar.addTo

<<Changes
	<<Mon, 01 Mar 1999 12:25:01 GMT by AR
		<<Replaced the code in this script with a call to mainResponder.calendar.getDayAddress.
		<<If you are writing new code, instead of calling this verb, call mainResponder.calendar.getDayAddress directly.
		<<It's sole purpose of existence is backward compatibility.
on addTo (adrcalendar, d) {
	return (mainResponder.calendar.getDayAddress (adrcalendar, d, flcreate:true))}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.