Generating Printable Calendars
Jeremy Zawodny pointed to a calendar creator, that looks pretty cool. Since it’s form-based, I wrote a little wrapper script that uses it to create a PDF calendar, called get-calendar. get-calendar needs only wget to work. By default, it uses the current month and year:
$ sh get-calendar Getting PDF calendar for November, 2005
But it can take a month and year as a parameter also:
$ sh get-calendar December 2005 Getting PDF calendar for December, 2005
I’ll probably expand on it in the future.
2 comments so far
Leave a reply
Thanks for the pointer, and for the script. I plan on playing with this! :)
“Great post! I’ll have to try that. Let me know if you ever expand on your code”