This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Mar 17, 2016, 8:18 PM
4 Posts

How do I remove the "This entry was created in a different time zone" message on a calendar entry?

  • Category: Notes Client
  • Platform: Windows
  • Release: 9.0.1
  • Role: Developer
  • Tags: programming
  • Replies: 1

I have successfully created some all-day-event calendar events programmatically using C#, which I am very happy with. The only problem is when I view the details of a particular calendar entry, I always get a message below the title of the entry that says "This entry was created in a different time zone.  The time in that time zone is (for example): Wed 03/23/2016 2:00 PM EDT2:00 PM EDT." Curiously the time is always duplicated. I would like to remove this message if possible. If I right-click the message and go to Document Properties and then go to the Fields tab, I can see the following fields:

  • EndTimeZone (current value: "Z=5$DO=1$DL=3 2 1 11 1 1$ZX=32$ZN=Eastern")
  • LocalTimeZone (current value: "Z=5$DO=1$DL=3 2 1 11 1 1$ZX=32$ZN=Eastern")
  • StartTImeZone (current value: "Z=5$DO=1$DL=3 2 1 11 1 1$ZX=32$ZN=Eastern")

This makes sense, since I am located on the Eastern time zone. So, why is the error occurring and how do I fix it?

 

 

Mar 17, 2016, 10:43 PM
202 Posts
What code are you using to create it
If you are getting a duplicate time, I would suspect the creating code.

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal