summaryrefslogtreecommitdiffstats
path: root/apps/calendar/lib/object.php
Commit message (Collapse)AuthorAgeFilesLines
* fix autodetection for the week of the monthGeorg Ehrke2012-01-051-1/+2
|
* fix repeat rule for every weekdayGeorg Ehrke2012-01-051-1/+1
|
* fix the default setting for yearly repeating eventsGeorg Ehrke2011-12-261-6/+8
|
* make repeating events editableGeorg Ehrke2011-12-251-22/+314
|
* Calendar: refactor common ajax functions to OC_Calendar_AppBart Visscher2011-12-181-1/+1
|
* Update OC_VObjectBart Visscher2011-12-091-14/+3
|
* Use a proxy class to interface with Sabre_VObject classesBart Visscher2011-12-071-55/+22
|
* Calendar: Also check if the enddate is in the requested range for eventsBart Visscher2011-11-301-0/+2
|
* Calendar: Use the default timezone that is set in lib/base.phpBart Visscher2011-11-301-1/+1
|
* support for repeating eventsGeorg Ehrke2011-11-121-2/+2
|
* Merge branch 'master' into fullcalendarGeorg Ehrke2011-11-121-2/+2
|\
| * Add sequence name in insertid to be more portableBrice Maron2011-10-291-2/+2
| |
* | Use Last-Modified property to check for changed eventsBart Visscher2011-11-091-0/+1
| |
* | Fix fromtime/totime warningsBart Visscher2011-10-251-3/+5
| |
* | Implement loading of events in calendarBart Visscher2011-10-201-0/+28
|/
* Add support for DURATION in VEVENTBart Visscher2011-09-281-0/+25
|
* apps/calendar: check for unset variableFlorian Pritz2011-09-241-1/+1
| | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* apps/calendar: change ctag after modifying eventFlorian Pritz2011-09-241-1/+3
| | | | | | | edit() tried to do that, but it used $id which is the event id and not the calendar id. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* don't escape new lines in vevent descriptionFlorian Pritz2011-09-241-2/+1
| | | | | | | This ended up as "\n\\n" in the data base and the escaped \n was also visible in the edit form. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* Change copyright notice to short formBart Visscher2011-09-231-18/+4
|
* Make event category choice multiselectBart Visscher2011-09-231-4/+14
|
* Small styling fixesBart Visscher2011-09-201-1/+1
|
* Fixes for Calendar appBart Visscher2011-09-161-0/+12
|
* First implementation of edit eventBart Visscher2011-09-161-0/+210
|
* Fix conversion of VTODO and VJOURNAL itemsBart Visscher2011-09-161-5/+5
|
* Move Calendar Object code to its own class OC_Calendar_ObjectBart Visscher2011-09-161-0/+291