o k
o k

Reputation: 103

scheduler year view

im using angular in my website and i need a year view that will show all the events from each month without the specific date:

enter image description here

i didn't find any scheduler plugin that has this kind of view so im trying to do it by myself. but my problem is when i want to add long events, that spreed over 2 month or more, i need to find a way to display and auto organize the events view order. for example if i want to had 2 month event from july, this event will show first and push down all the short events:

enter image description here

but if i'll add another two month event from august, it will push down all the events on august, but on september it will leave one short event in the first cell and will not leave it empty:

enter image description here

the logic is exactly like fullcalendar or any other plugin, but i need this specific month view how can i implement this view if my server send jsons in this form:

enter image description here

Upvotes: 1

Views: 992

Answers (1)

Atnaize
Atnaize

Reputation: 1816

Try Bootstrap Calendar, it's simple to use. You can find docs here

Upvotes: 1

Related Questions