How to jump to a specific date on fullcalendar? - fullcalendar

I've created a page where all the booked appointments showing in a table with four buttons for each one, show on calendar, edit, delete and not_accepted .
The edit, delete and not_accepted buttons i can handle them very easily, but i don't know how to show the clicked event on the calendar which exist under the table, lets imagine that i clicked show on calendar on one of the booked appointments the page will be scrolled down a little bit and the calendar should took me to the event, so its similar to a slider but i don't have to click next to see where is the event exist by date for example .
I am feeling that jsEvent coordinates would help some how !!, but really don't know how to do it .
Please any help .

Related

FullCalendar.js event/render to date within a cell

I am trying to find out how to disable the date click within a cell while in the month view. I cannot find it in the documentation on the site. I only see dayRender and disabling the entire cell. I just need the date itself not the cell. I needed selectable to be true for the calendar just not this piece.
Is there a event/render that I can get to in full calendar to stop this from going to the day view? Thanks for any help that is provided.

Drupal event listings (showing the date, month, title and body of the event content)

I am trying to create a list of events on my drupal site. I have a problem with repeating events.
This is what i am trying to replicate: http://sites.wustl.edu/marcia/upcoming-events/
but for me, on the repeating events, i have dates showing together in the red area. see attached image.
How do i separate this out so the event is actually listed one event per date.
I use views, and the date module to create my events list.
Thank you for your help.
I was able to figure this out a few hours after I posted question, Can't believe I missed it. Anyway, Thank you #Sebastian.
Basically I was missing a setting in the view that I needed to uncheck. I was basically telling the view to display all dates in the same row.
So all I needed to do was for the Date field: Hide Repeat Rule, then in the "Multiple Field Settings" fieldset, remove the checkbox for "Display all values in the same row" and viola!
Thank you, hope this helps someone too.

FullCalendar View More Button moving

I have added a hack/add-on to allow me to limit the number of events which can appear on the Full Calendar plugin. This is where I have got the code from. https://github.com/lyconic/fullcalendar/tree/view-more
However, whenever I change the month or day the view more button moves and is hidden behind an event. Its really annoying and I don't know how to fix it.
Any advice?

Drupal Calendar views display

I am working on a project which has events calendar. I am using date and calendar module for that.
On calendar month page, we can display titles of events on that day. That is simple. But suppose there are 10 events on one day, then that day column becomes too long. So, instead of displaying titles, I want to display no. of events on that day and place a link on it which will go to the day view.
Using custom php code module for views, i created one field where I am entering this code
<?php
$view = views_get_current_view();
$view->set_display(day_view);
print count($view->result).' events';
?>
"day_view" is the id of the view which display events on that particular day.
If I am not using $view->set_display(day_view); it willk display no. of events for that month. But I want to disply no. of events for that day only.
My logic is since day view displays events from that day only, it will return correct number, if I call its display for month view. But it's not doing so.
Also how to generate link for day view?
Please help!

Need tips for better usability for tabular data with pagination

Just another day i found myself writing code to show data on the UI.
I am again using DataGrid/GridView (ASP.NET),
User Id as link button (clickable) to redirect user to another page.
User having hard time to find where to click(Though the link has underline and hand pointer as usual on hover)
just another common table like structure
Following are the columns for example,
User ID (Link button), User Name, First Name, Last Name, Date Of Birth
Now i would like to make it better form the usability point of view. Can someone suggest a good link, example or suggestions to make it better.
Thanks all,
how about changing the user id column to a button to make it more clear that it's clickable?
you could also add a new button/link column that says "edit" or "view" instead of making the user id the link to the next page.

Resources