Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Print iCal2 month and week views in portrait mode' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Print iCal2 month and week views in portrait mode
Authored by: Tablespork on Sep 07, '05 01:45:19PM
I did some playing around, and I discovered something that might help. If you go into the iCal package, navigate to Resources/Contents/weekview.aplmodel/Resources/Contents/model.xml. This appears to be the file that lays out the printing format. The second line of this file has an attribute
orientation="landscape"
Change this to "portrait" and it will now print in portrait format(note that you'll have to turn off the mini-months in the print dialog). I recommend you make a copy of the file before you make any changes so you can always roll it back if something gets screwed up. Hope this helps!

Also, I played around with some more stuff in there, such as setting the title and getting rid of some unnecessary strings like the week number and page number. This allowed me to print a more generic, weekly calendar. I'm still trying to figure out how to get the dates off the day of the week header, and possibly to print only Mon-Fri.

[ Reply to This | # ]