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

Way to implement other week view layouting methods #85

Open
gklka opened this issue Apr 6, 2017 · 0 comments
Open

Way to implement other week view layouting methods #85

gklka opened this issue Apr 6, 2017 · 0 comments

Comments

@gklka
Copy link
Contributor

gklka commented Apr 6, 2017

I need to have a very application specific method for arranging the events in a day/week view, specifically I have disjunct groups of events, which need to be displayed in a way that every group has it's own row in the calendar. So two events in different groups have to laid out horizontally next to eachother no matter they share the same time fragment or not.

I want to ask you for some guidance, how can I do this.

I see two options:

  1. extend CalendarLib to support external MGCTimedEventsViewLayouts
  2. fork the repository and have a third type beside the Classic and Complex layouting. This has problem: in the layouting I don't have my model objects, so I have no idea which group the rectangle belongs to.

Is there any other way? Which one do you recommend?

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

1 participant