customd / jquery-calendar

A full day, week, and resource calendar for use with jQuery.
MIT License
62 stars 26 forks source link

New public function 'refresh' #12

Closed zergx1 closed 10 years ago

zergx1 commented 11 years ago

Hi

In my project I need to update calendar events on fly. Thus, I wrote new function which update all calendar events.

$calendar.cal( 'refresh', events );

For each event in 'events' arg:

  1. If event exists in calendar then function update it
  2. If event does not exist in calendar, then function add it Each event which exists in calendar and does not exist in arg 'events' is removed
syedkhaleel2010 commented 10 years ago

i am also facing the same problem with this calendar plugin. if You find solution to month view please provide me the required changes in plugin

can You please provide the refresh functionality

samatcd commented 10 years ago

Fixed in commit b2e3cd5bf64981455c8301e82a86192cfa4f7fc5.