A question for the class....
Category Technical
Bookmark :
I had a peer write me and ask me the following question:
I know this is old-school but and hoping you can point me in the right direction.
Have you ever come across a LotusScript agent that takes a repeating calendar entry and explodes it out into discrete calendar entries ? I've got to believe someone did this hack at some point (either within Lotus or a customer / partner). If you know of any code for this, I'd love to see how it works.
Well, I haven't written any code like this, but I am sure it has been done. Anyone have this written, and would be willing to share with the class? Bonus points if you turn your work in early ;)
Rock
**I never drink water because of the disgusting things that fish do in it. - W.C. Fields







Blog Roll









Comments
Posted by Ben Rose At 05:57:15 AM On 06/16/2005 | - Website - |
CalendarDateTime
EndDateTime
RepeatInstanceDates
STARTDATETIME
Make sure you check out this devWorks doc:
http://www-10.lotus.com/ldd/today.nsf/625c2f03e734191a85256468005e76f6/ef17968b584fcc088525648500577dfa?OpenDocument
Posted by Chris Whisonant At 09:03:42 AM On 06/16/2005 | - Website - |
http://www.nsftools.com/tips/NotesTips.htm#repeatdates
It doesn't do exactly what you're talking about, but it's a decent explanation of how to use the undocumented repeating dates functionality from the Notes calendar in your own applications. That could shed a bit of light on the problem.
- Julian
Posted by Julian Robichaux At 11:36:02 PM On 06/20/2005 | - Website - |