The October SERS board Meeting reads 9:00am, I have it set for 10a-12p. Link and screenshots below. On the November 22 meeting it appears correct but on the properties page for me it shows 2p-4p, so I’m not sure what is going on with it.
I added some more dates today and some of them worked properly and some I had to put incorrect times for them to display properly, there doesn’t appear to be any rhyme or reason to it!
Views
Replies
Total Likes
HI @KyleOr
What page property are you suing to read time?
// Get the cq:lastModified and cq:lastReplicated values as Calendar objects
Calendar lastModified = valueMap.get("cq:lastModified", Calendar.class);
Calendar lastReplicated = valueMap.get("cq:lastReplicated", Calendar.class);
Views
Replies
Total Likes
I'll check but do I just run that in a command line?
Views
Replies
Total Likes
Hi @KyleOr
You need to check the following page properties from CRXDE
cq:lastModified
cq:lastReplicated
Views
Replies
Total Likes
"You need to check the following page properties from CRXDE"
I'm sorry but I don't know what this is?
Is there a missing link?
Views
Replies
Total Likes
Hi @KyleOr
Can you share the HTL / Sightly code, without looking into implementation won't be able to help.
If you are using any OOTB Adobe feature to configure and display Meeting date/time , let us know.
Views
Replies
Total Likes
I'm working with the end user on this problem.
It's still a problem but only when we use citrix via the web to key in the meetings.
We're happy to do some tests but none of the options above look like help, it's just a bunch of code that we don't know how to run to check.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies