Tuesday, January 10, 2006

Notes calendaring

Am I the only one frustrated by the lack of documentation accompanying the alternate time zone feature on R6? I need to programmatically create a calendar entry. I've created one, and according to my document viewer, it's identical to a calendar entry I created manually, and yet it doesn't display the alternate and local time zones - it just treats the times I've chosen as local, period.

2 comments:

  1. out of curiousity, are you using NotesDateTime objects or Variants to populate the date & time fields?

    ReplyDelete
  2. I was using NotesDateTime objects; I did eventually get it to work by creating a computed time zone field on the actual document using @TimeMerge. That way the time zone is already part of the field and I just need to copy the value over as is, rather than trying to combine values in LS.

    ReplyDelete

Note: Only a member of this blog may post a comment.