We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9b49a commit 3c94a24Copy full SHA for 3c94a24
1 file changed
src/slices/eventSlice.ts
@@ -994,7 +994,7 @@ export const checkForConflicts = async (
994
device: device,
995
duration: duration.toString(),
996
end: endDate,
997
- rrule: `FREQ=WEEKLY;BYDAY=${repeatOn.join()};BYHOUR=${startDate.getHours()};BYMINUTE=${startDate.getMinutes()}`,
+ rrule: `FREQ=WEEKLY;BYDAY=${repeatOn.join()};BYHOUR=${startDate.getUTCHours()};BYMINUTE=${startDate.getUTCMinutes()}`,
998
}
999
: {
1000
start: startDate,
0 commit comments