You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@apppro123, @joshjhargreaves what do you think?
we can just cut events for days by saving the id event.
{id: 1, start: '2018-11-01 01:30:00', end: '2018-11-02 02:20:00', title: 'Dr. Mariana Joseph'}
break into two events:
{id: 1, start: '2018-11-01 01:30:00', end: '2018-11-01 23:59:59', title: 'Dr. Mariana Joseph'}
{id: 1, start: '2018-11-02 00:00:01', end: '2018-11-02 02:20:00', title: 'Dr. Mariana Joseph'}
and all the rest of the logic for Packer can be reused.
Hi
Is it possible to set an event over multiple days?
Thank you for any response!
The text was updated successfully, but these errors were encountered: