Hi,
I can open user’s mail with the paramter MAIL (like “C:.…\notes.exe” MAIL)
So how to do the same things for the calendar ?
PS: I tried with CALENDAR but unknow by Notes et tried the URI below but I have an XML error
notes://mailserver/mail/user.nsf/CalendarFS?OpenFrameSet
Regards,
Olivier (http://www.dominux.net)
Subject: an idea…
Maybe not perfect for you but it could a start.
Notes Calendar As A Compact Web Page
http://www.nsftools.com/blog/blog-07-2004.htm#07-24-04
Subject: no … I need it in front of Lotus Notes
Subject: Put the Calendar view in your Notes startup folder.
http://www.alanlepofsky.net/alepofsky/alanblog.nsf/dx/startup
Subject: no …
My need is to open calendar or/and mail from a portal (.Net development).
No problem for mail, I can use notes.exe with MAIL parameter.
But, in pre 8 (or 8 Basic), I’m using notes://server/mail/mymail.nsf/CalendarFS?OpenFrameSet with success!
This is inefficient in 8 Standard (XML processing error).
Subject: well then …
it is not a current feature. Feel free to submit the feature thru your IBM rep or IdeaJam. But what you want is not there and is not on any current todo list I have seen.
Subject: You can use this URL
notes:///0000000000000E00/CalendarFS?OpenFrameset That will open the calendar to the front.
Here are some others:
View
Value
Mail
notes:///0000000000000E00/MailFS?OpenFrameset
Calendar
notes:///0000000000000E00/CalendarFS?OpenFrameset
Notes Todo
notes:///0000000000000E00/TodoFS?OpenFrameset
Contacts
notes:///0000000000000E01/Contacts?OpenFrameset
Subject: Wouahh … Magic! Thanks Carl!