UserLand Software Home  |  Manila  |  Radio  |  Support  |  News

DocServer

Prev | Next | mainResponder Verbs > mainResponder.calendar > getFirstAddress

mainResponder.calendar.getFirstAddress

Syntax mainResponder.calendar.getFirstAddress (adrcalendar)

Params adrcalendar is the address of a calendar in the database.

Action Dive into the calendar structure and find the address corresponding to the first date contained in it.

Returns The address of the first calendar entry.

Examples mainResponder.calendar.getFirstAddress (@scriptingNews)
@["Macintosh HD:Apps:Frontier:Guest Databases:www:news.root"].scriptingNews.["1999"].["03"].["01"]

Errors If adrcalendar does not point to a valid non-empty calendar structure, an error message is generated.

Notes It's safe for the calendar structure to contain non-numeric entries (e.g.#directives).

Detailed information about mainResponder's calendar format is available from the Frontier Site.

This verb was kernelized in Frontier 6.2b15.

See Also mainResponder.calendar.getFirstDay

mainResponder.calendar.getLastAddress

mainResponder.calendar.getMostRecentAddress

mainResponder.calendar.getNextAddress

mainResponder.calendar.navigate

Prev | Next | mainResponder Verbs > mainResponder.calendar > getFirstAddress