summaryrefslogtreecommitdiffstats
path: root/apps/calendar/ajax/events.php
Commit message (Expand)AuthorAgeFilesLines
* reuse OC_L10N objectsRobin Appelman2012-04-141-1/+1
* fix previous made bug and fix oc bug - oc-139Georg Ehrke2012-03-231-2/+4
* check if the title of an event is null - bugfix for oc-139Georg Ehrke2012-03-231-1/+1
* make calendar compatible with php 5.2 - works for me with PHP 5.2.12Georg Ehrke2012-03-031-2/+7
* Implement showing Birthdays of contacts in the calendarBart Visscher2012-03-011-6/+16
* Calendar: fix bug in creating DTEND from DTSTARTBart Visscher2012-03-011-1/+1
* make the location of the 3rdparty folder flexible.Frank Karlitschek2012-02-231-1/+1
* Calendar: optimize sending calendar events, also enabled caching of resultBart Visscher2012-02-171-11/+19
* merge 64a617b2a1016108c946cc533875a40030bbd317 into masterGeorg Ehrke2012-02-071-2/+2
* Calendar: Bugfix: better input validationGeorg Ehrke2012-02-021-2/+2
* use pre-decrement instead of post-decrementGeorg Ehrke2011-12-251-1/+1
* Use a proxy class to interface with Sabre_VObject classesBart Visscher2011-12-071-1/+1
* Calendar: Use the default timezone that is set in lib/base.phpBart Visscher2011-11-301-1/+1
* fix timezone for repeating eventsGeorg Ehrke2011-11-121-3/+3
* support for repeating eventsGeorg Ehrke2011-11-121-24/+53
* Use Last-Modified property to check for changed eventsBart Visscher2011-11-091-1/+8
* Use parse function in Calendar_ObjectBart Visscher2011-11-091-1/+1
* fix new allday bugGeorg Ehrke2011-10-211-3/+1
* fix allday bugGeorg Ehrke2011-10-211-10/+13
* Implement listview for fullcalendarBart Visscher2011-10-201-1/+1
* Connect popup to fullcalendarBart Visscher2011-10-201-3/+4
* Implement loading of events in calendarBart Visscher2011-10-201-0/+46