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

Overlapping Calendar Occurrences #20

Open
chrismllr opened this issue Oct 8, 2015 · 5 comments · May be fixed by #126
Open

Overlapping Calendar Occurrences #20

chrismllr opened this issue Oct 8, 2015 · 5 comments · May be fixed by #126
Labels

Comments

@chrismllr
Copy link

Any solution to handling multiple occurrences that start at the same time? Currently they overlap and are inaccessible.

@Arkham Arkham added the feature label Nov 23, 2015
@Arkham
Copy link
Contributor

Arkham commented Nov 23, 2015

Hey @chrismllr, we haven't implemented anything at this point, but since you can customize the inner block of the occurrence it is definitely doable. If you need some tips to get you started, feel free to ask!

@jamesdixon
Copy link

Has anyone come up with any sort of solution for this? It's somewhat of a deal-breaker in my case.

@Arkham you mentioned that you'd be willing to offer some tips on how to get this done? Care to share? :)

@jamesdixon
Copy link

@chrismllr did you ever find a solution to this?

@makepanic
Copy link

makepanic commented Jul 3, 2017

Hi,
I started working on this in develop...makepanic:issues/20

It uses the algorithm explained in https://stackoverflow.com/a/11323909/2131168 and looks like this:

20170703-160728

It currently requires a change in the occurence component to also be able to set left and width from the outside. I'm unsure if that's a good idea.
Could someone maybe point me to a better location on where to store the left and width information?

In the WIP, the position calculation is also outside of the addon. I'll fix that later.

thanks

mcfiredrill pushed a commit to mcfiredrill/ember-calendar that referenced this issue Oct 7, 2018
…mponent-dep

removes unused ember-component-inbound-actions addon
@sholsapp
Copy link

sholsapp commented Nov 2, 2018

@makepanic have you made any progress on this since July? Is there a maintainer interested in getting this functionality merged in?

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

Successfully merging a pull request may close this issue.

5 participants