See section 5.2 of this redbook:
http://www.redbooks.ibm.com/pubs/pdfs/redbooks/sg246518.pdf
Also, this is the iNotes Customization red paper:
http://www.redbooks.ibm.com/abstracts/redp4188.html
In general the url to get a particular calendar view is:
<path_to_mail_file>/iNotes/Calendar/?OpenDocument&PresetFields=s_CalView;M,s_Summarize;1&ui=inotes&UNH=0
Some of the PresetFields args:
s_CalView;D
specifies the type of calendar view (see section 5.2 of the above redbook for values and how they map to views)
Other PresetFields args can be used (arg/value pairs delimited by semicolon, args delimited by comma) :
s_CalDate;20081203
s_Summarize;1
Show the summary view (list of calendar entries per day). Omit s_Summarize arg if normal view is desired.
h_SkinTypeOverride;h_Blank
Override the default skin and instead use the specified one. h_Blank is one that is included in forms file that removes other adornments on page (so you only see the main content area...no action bar, left panel, side bar, etc.
Use &ui=portal rather than &ui=inotes if you want only that particular functional area displayed.
With 8.5, the summary view is only available if &ui=classic is used (rather than &ui=inotes). With 8.5.1 or better this issue is resolved. 8.5.1 also includes much more url driven flexibility on what portions of iNotes to display via a new &layout argument (will get more info out about this soon)

Feedback response number VSEN7WES8H created by Vinod Seraphin on 10/01/2009
Calendar URLs and arguments for iNo... (Stuart B Campbe... 30.Sep.09)
. . Some Calendar URL patterns (Vinod Seraphin 1.Oct.09) |