calendar-read

calendar-read is a compiled Lisp function in `calendar.el'.

(calendar-read PROMPT ACCEPTABLE &optional INITIAL-CONTENTS)

Return an object read from the minibuffer.
Prompt with the string PROMPT and use the function ACCEPTABLE to decide if
entered item is acceptable. If non-nil, optional third arg INITIAL-CONTENTS
is a string to insert in the minibuffer before reading.