Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi day event #16

Open
apppro123 opened this issue Aug 12, 2018 · 3 comments
Open

multi day event #16

apppro123 opened this issue Aug 12, 2018 · 3 comments

Comments

@apppro123
Copy link

Hi
Is it possible to set an event over multiple days?
Thank you for any response!

@joshjhargreaves
Copy link
Owner

Not possible yet, but won’t be that hard to implement. I’ll look into doing it soon, if nobody else gets around to it.

@sprotymo
Copy link

sprotymo commented Nov 2, 2018

@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.

@apppro123
Copy link
Author

Yes i have done it the same way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants