Convert local recurrence rule string to UTC recurrence Rule String for recurring events in Javascript
I am developing a calendar app and saving events in utc and handling timezone stuff on front-end. I am facing an issue that when I create a recurring string I select the days according to the local time but the date/time is being converted into utc but day is the same which is causing a lot of issues.