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


Dec 2, 2016, 2:28 PM
16 Posts

Adding a Calendar to Mail

  • Category: Application Development
  • Platform: Windows
  • Release: 9.0.1
  • Role: Developer
  • Tags: Calendar
  • Replies: 2

I have a calendar view in an application that a user has added to his/her mail file. In the calendar, a document is appearing in the December 6, 7, 8, and 9 days of the calendar. The formula for the column is :
@TextToTime(@Explode(@TextToTime(@Text(@Date(StartDate)) + " - " + @Text(@Date(EndDate))))

 

however when I add it to my calendar, the document shows in December 5, 6, 7, and 8 days of the calendar.

 

The startDate = 12/06/2016 09:00:00 AM EST

The endDate = 12/09/2016 09:00:00 AM EST

 

I'm at a loss as to why the document would appear properly in the application calendar, but not in the mail file calendar.

 

Any suggestions would be greatly appreciated.

 

Thank you in advance,

Betsy Thiede

Dec 5, 2016, 2:58 PM
323 Posts
Normally has to do with all the offsets to the current timezone.

What are startdatetime & enddatetime? I think they're the ones that sort out what day the doc is in.

Report says EST? I can't remember (head hurting), but I think that means to subtract an hour for Daylight Savings. 8 AM.

Then the question, what's the time zone your workstation's in?


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