Love the UNIX underpinnings…so many goodies.
OS version: OS X
return my get_cal(7, 2003)
--return my get_cal("", 2003) --leave month empty for full year
on get_cal(the_month, the_year)
return (do shell script "cal" & " " & the_month & " " & the_year)
end get_cal