Commit graph

91 commits

Author SHA1 Message Date
Thomas
551fe7db2b Improve invitation handling: only search writeable calendars for already saved events; fix RSVP button display 2011-09-05 23:05:19 +02:00
Thomas
ce99a163f2 Fix recurring event in database backend 2011-09-01 00:37:23 +02:00
Thomas
be8f50c464 Display invitation status from attached file if event is not yet in calendar; send decline reply when deleting an event; update German translations 2011-08-29 00:54:10 +02:00
Thomas Bruederli
dfc304bc02 Delegate calendar subscription to driver; use IMAP folder subscriptions for Kolab backend (#245) 2011-08-26 23:24:49 +02:00
Thomas
03bbe1f925 Fix moving events from/to all-day section (#365); sanity check when saving data 2011-08-23 23:10:35 +02:00
Thomas
7de9157610 Clarify copyrights in calendar plugin 2011-08-21 12:48:33 +02:00
Thomas Bruederli
f85d386c39 Fix timezone problems when importing all-day events (#284) 2011-08-06 16:12:34 +02:00
Thomas
4b0e355e1c Fix saving of all-day event in DB backend 2011-08-05 00:22:28 +02:00
Thomas
8c36e7d88f Fix event reading/caching in database backend 2011-08-04 23:55:41 +02:00
Thomas Bruederli
f7c12cb456 Allow user to enable/disable alarms per calendar 2011-07-31 14:40:52 +02:00
Thomas Bruederli
593a3d3faa Ask about notifying attendess when moving event; finish import from ical mail attachments 2011-07-29 17:51:04 +02:00
Thomas Bruederli
7e4287e1c5 Implement getter method for a single event 2011-07-27 16:06:06 +02:00
Aleksander Machniak (Kolab Systems)
2cc30ed5ac Removed debug code 2011-07-27 11:50:12 +02:00
Thomas
95f7e663a9 Add event attendees support for database driver 2011-07-26 08:38:13 +02:00
Aleksander Machniak (Kolab Systems)
83a95c9aee Added possibility to undo last event delete action (kolab driver only) 2011-07-18 15:28:57 +02:00
Thomas Bruederli
171408672f Parallelize search requests + simplify backend API 2011-07-16 20:03:19 +02:00
Thomas
e25891ffa6 Cleanup attachment viewer: show filename, size and download button 2011-07-06 09:43:42 +02:00
Thomas Bruederli
8c6e9286c2 Fix attachment loading of recurring events 2011-07-04 17:46:56 +02:00
Thomas Bruederli
325bae250d Fix attachment handling in database driver; move attachment_get hook execution to main class (where other attachment related hooks are triggered, too) 2011-07-04 17:02:00 +02:00
Thomas Bruederli
042ff6f7c9 Fix syntax errors 2011-07-04 14:12:47 +02:00
Aleksander Machniak (Kolab Systems)
b531cc9809 Calendar event attachments.
- Currently with standard Roundcube upload indicator.
- Actually bad-looking, needed CSS improvements.
- Tested with kolab driver only, SQL driver maybe broken.
- Some small improvements in javascript code needed too.
2011-07-01 21:08:12 +02:00
Thomas
35ea790ff5 Fix wrong usage of array_walk 2011-06-28 08:43:21 +02:00
Thomas Bruederli
a8579090e7 Make basic calendar functions available in every Roundcube step. Currently used to display alarm notifications 2011-06-19 17:56:23 -06:00
Thomas Bruederli
7dbd148a29 Fix allday field name confusion 2011-06-18 15:21:20 -06:00
Thomas Bruederli
dfc86d6ffb Add 'tentative' to driver interface description and database backend 2011-06-14 17:19:16 -06:00
Thomas Bruederli
79439a8934 Implemented basic search functionality; to be completed... 2011-06-13 18:41:32 -06:00
Thomas Bruederli
1bab608d2c Activate alarm as long as the event has not started 2011-06-05 19:22:25 -06:00
Thomas Bruederli
95d7fa7c3a Implement calendar operations (create/edit/remove) 2011-06-05 19:09:48 -06:00
Thomas Bruederli
4d532e9a27 Show events in clients timezone; only refetch events from modified source; maintain rc-specific patch for fullcalendar 2011-06-04 15:53:14 -04:00
Thomas Bruederli
7e42d3207d Keep recurrence exceptions when updating an event 2011-06-01 18:44:24 +02:00
Thomas Bruederli
4c21f13eaf Handle editing/moving/resizing/deleting recurring events in UI and database backend 2011-06-01 18:35:10 +02:00
Thomas Bruederli
c51ba8d51d Handle exclusions in recurrences, improve textual description of recurrence rules 2011-05-31 17:12:59 +02:00
Thomas Bruederli
1883f8edbd Don't show alarms of past events 2011-05-30 23:04:21 +02:00
Thomas Bruederli
46b68799ca Basic support for recurring events; virtual events are yet not editable 2011-05-30 22:57:36 +02:00
Thomas Bruederli
bca398a61c Add sensitivity field to event properties (inpsired by the Kolab format) 2011-05-27 18:41:01 +02:00
Thomas
59511fd581 Finish alarm feature: display notifications on keep-alive request and allow to either dismiss or snooze them 2011-05-25 23:16:13 +02:00
Thomas Bruederli
34a0911fe8 Prepare backend to show alarm notifications; fix event selection when multiple calendars are listed 2011-05-23 21:00:14 +02:00
Thomas Bruederli
99d2d842af Make database tables and sequences configurable 2011-05-23 19:53:11 +02:00
Thomas Bruederli
a8edda1b72 Approximate alarms data format to vcalendar sepc; render localized text for alarm settings; priorize TODOs 2011-05-22 18:45:04 +02:00
Thomas Bruederli
3c542abc3f Let backends decide whether they support alarms; minor improvements in event listing and UI 2011-05-22 17:29:09 +02:00
Thomas Bruederli
be8a0e0a7a Added (modified) copy of Roundcube calendar from https://github.com/rc-calendar/calendar 2011-05-20 19:04:25 +02:00