Commit graph

24 commits

Author SHA1 Message Date
Thomas Bruederli
ed6eaac9d0 Add config option to hide iTip sending checkboxes or even disable it entirely (#3483).
The default setting remains visible + checked. Set

  $config['calendar_itip_send_option'] = 1;

to hide the checkboxes and implicitly send iTip notifications.
2014-08-27 14:00:08 +02:00
Thomas Bruederli
9496f4f820 -Don't append RSVP weblinks on information updates which don't require a response (#3446) 2014-08-25 15:58:15 +02:00
Thomas Bruederli
c077643c43 Reduce RSVP options for resource confirmation messages (identified by the X-KOLAB-INVITATIONTYPE property) 2014-08-05 18:54:46 +02:00
Thomas Bruederli
b0eeafcc3e Move another common function to libcalendaring 2014-07-31 19:25:40 +02:00
Thomas Bruederli
e46cc9499e Add support for task-specific participant status values 2014-07-31 11:36:18 +02:00
Thomas Bruederli
b3c5acd66a - Fix task attendees and organizer setting and display
- Make basic iTip exchange for task assignments work
- Improve wording for task assignments
2014-07-30 17:40:53 +02:00
Aleksander Machniak
6fad5ede55 Don't depend on get_ical() method existence 2014-07-25 14:01:13 +02:00
Thomas Bruederli
ca5cb4ac01 Unset RSVP flag after replying; skip other user's namespace for invitations listing 2014-07-08 20:12:53 +02:00
Thomas Bruederli
634cb85fb5 Compare sequence number from iTip replies 2014-07-08 18:30:12 +02:00
Thomas Bruederli
6f6eb81052 Small fix for iTip RSVP display in mail view 2014-07-08 17:49:02 +02:00
Thomas Bruederli
afb64c3948 Improve iTip REQUEST workflow:
- only increase sequence on significant changes that affect scheduling (acc. RFC 5545)
- show RSVP buttons only for higher sequence updates (#1678)
- provide a button to simply update the local copy otherwise
2014-07-08 17:14:14 +02:00
Thomas Bruederli
41b144b5b1 Add options to suppress iTip reply or add reply message to event show dialog (#3160) 2014-07-08 15:13:09 +02:00
Thomas Bruederli
c67becd5ae Visually align iTip reply control UI elements; change wording to match terms we're already using 2014-07-08 14:35:11 +02:00
Aleksander Machniak
f57791fb17 Add option to suppress iTip reply when handling iTip invitation (#3160) 2014-07-08 13:47:50 +02:00
Thomas Bruederli
7affe524f1 List virtual calendars showing pending/declined inivtations (#1796) 2014-07-08 12:38:52 +02:00
Aleksander Machniak
3ffa80a3a7 Allow a custom invitation text to be sent to attendees (#1788)
- Send the text in iTip COMMENT field only
2014-07-07 11:04:00 +02:00
Thomas Bruederli
c4fb6b73b7 Allow to update a cancelled event (from iTip) in the personal calendar 2014-04-10 08:58:35 +02:00
Thomas Bruederli
099d72186e Missing PARTSTAT attributes should be treated as NEEDS-ACTION (#2941) 2014-03-26 08:53:01 +01:00
Thomas Bruederli
c72d429872 Fix external RSVP responses through web interface 2014-03-24 17:18:01 +01:00
Thomas Bruederli
c10e944504 Clarify libcalendaring method access 2014-03-24 16:12:21 +01:00
Thomas Bruederli
7df78a5052 Display delegated-to attribute in iTip view 2014-03-24 15:10:39 +01:00
Thomas Bruederli
6fbd652bac Add option for the user to enter a comment text for iTip REPLY messages 2014-03-20 18:06:35 +01:00
Thomas Bruederli
65cd18c1b7 Send CANCEL iTip message to declined attendees (with optional comment) 2014-03-19 21:13:06 +01:00
Thomas Bruederli
5d49b4850d Moved iTip functionality to libcalendaring for common use + improved inline UI for iTip messages and the options a user can select there 2014-03-19 15:32:37 +01:00