Looking for documentation (or undocumentation) on URL commands and variables to open iNotes 8.5+ mail apps to particular views (month), without framesets.After too much trial and error, I found that /iNotes/Calendar opens to the “one day” view in the calendar, but I’m hoping there’s more than that based on the Notes URL commands and arguments documentation.
I’m pretty sure that this is a “deja view” question – I imagine remembering something about this a while back. And I looked in 8.5 and 8.
This is to compete with (or replace) a web based calendar app. I did not get far with my suggestion to use Notes calendaring to replace the current web page.
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
Specifies the start date
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)