Calendar Maker v2 Mac&PC
By
Stephen Nichols
September 16, 2004
44,178 Downloads
39 votes

A Javascript (PC and Mac) version of the calendar maker originally created by Jan Suhr. Following requests, choices now include 1, 6 or 12 months per page and Letter or A4 page sizes.
SUPPORT INFORMATION
unzip the file and drop the calendar_maker.js file in your InDesign CS > Presets > Scripts folder, then run from the scripts palette
| License: | Freeware |
|---|---|
| Language: | English |
| Cost: | Free |
| Platform: | Win | Mac |
| File format: | ZIP | 5.3 KB |
Additional extension information
| Author: | Stephen Nichols |
|---|---|
| Author website: | Not available |
| Date published: | September 16, 2004 |
| Approval: | None |
| Compatible product(s): | InDesign CS |
Reviews
1-5 of 34 reviews | Show all reviews
Silvia Brunner 28-Jun-11
Verry old
costel.staer 25-Nov-08
This script work with Indesign CS3?
julaybee 18-Sep-08
Yay! Our printer said that they just change the dates on the original every year... I'M not gonna do that. This is working perfectly (one error, but every thing is editable once in InDesign). THANK YOU:)
octagonhead 01-Sep-08
Whoops. Didn't see Denine Richards' post. Sorry for the redundancy.
octagonhead 01-Sep-08
I'm not a programmer, I don't know JavaScript and was easily able to modify the JavaScript file to enable additional years (2008, 2009, etc.). The code is very clean. Many thanks to the developer.
Open the .js file in a decent text editor (such as Smultron on the Mac) and 1-by-1, search for each occurrence of the year 2007 and use common sense to add as many additional years as you desire.
For example, if you see:
if (year == 2006)
then (myvarlolz == 2007)
add:
if (year == 2007)
then (myvarlolz == 2008)
and so on.
