Note that the help for the Calendar` package loads the package using the command
<< Calendar`
In this command the << is a shorthand for the function
Get .
?Get
<<name reads in a file, evaluating each expression in it and returning the last one.
Get reads from a stream, evaluating each expression in it and returning the last one.