View Single Post
Quote:
Originally Posted by RobTrew View Post
Calendared in the next seven days (by day of week, from iCal)

Edited the iCal script above to make the horizons flexible.
The integer values in the first two lines can be adjusted:

Defaults to the coming week:
Code:
# FIRSTDAY=0 starts from today (midnight last night)
#FIRSTDAY=1 is from midnight tonight, and so on ...
FIRSTDAY=0
LASTDAY=7
but can be simply edited, for example for the following week:
Code:
FIRSTDAY=8
LASTDAY=14