makzumi / laravel-calendar

Flexible Calendar for Laravel 4
58 stars 31 forks source link

Duration of an event #16

Open matthieucalu opened 10 years ago

matthieucalu commented 10 years ago

Is there some way to set a end date/time for an event?

makzumi commented 10 years ago

hmmm, are you saying, so you can have the event item extend to other cells? indicating duration

matthieucalu commented 10 years ago

That would indeed be the use I had in mind.

rginnow commented 9 years ago

:+1: I would also like this feature. Would help for All-Weekend (or multi-hour) events for my client

mfairch commented 9 years ago

This feature would be awesome! Appointments are the first thing that come to my mind for this. Appointments can be longer than 30 min.

ghost commented 9 years ago

I, too, would like to see this. I'd like users to be able to indicate when they'll be on vacation, and vacations generally span multiple days. It would be nice to have a start date and end date as one event.

nathan-isaac commented 9 years ago

I might be able to work on this feature. I am planning to use this package for one of my projects and need this feature. @makzumi if you would like me to contribute let me know.

Donny5300 commented 9 years ago

@nisaac2fly if you do please contribute, would be amazing. Im working on a planning system and need some extensions perhaps, so ill contribute those when im set

makzumi commented 9 years ago

Hey folks! Any ideas on how to implement this? Don't you feel this is more a JS thing? Maybe, we could accept a duration parameter on the dates, so it get included as data attribute, then with JS you could draw based on that...

<div data-duration='1.5'>....