79145855

Date: 2024-10-31 18:03:56
Score: 3.5
Natty:
Report link

I believe the issue occurs because exdate needs to be an array of date strings without the additional quotes you put around them. Var e has double quotes around the variable and single quotes around each date. Is it possible for you to create variable like this: var e = ['2024-11-05T13:30:00', '2024-11-07T13:30:00']; ?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: dram95