| Issue 1487: | Recurring Events - Javascript | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I love this calendar, however I can't seem to find the solution to one small problem.
Every week we hold training on the same day at the same time, so I would like to add a single event to the JS but have it to show it on every Wednesday at 7pm.
Here is my current JS script:
{
id: 999,
title: 'Training',
start: new Date(y, m, 1, 19, 0),
allDay: false
},
Thank you in advance!
|
|
| ► Sign in to add a comment |
Mergedinto: 116