mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-22 02:04:19 +00:00
fix confusing comments
This commit is contained in:
parent
8f16da75eb
commit
50dd8a8d73
@ -1292,7 +1292,6 @@ function write_attendees( $dav_id, vCalendar $ical ) {
|
||||
* @param string $etag An etag unique for this event
|
||||
* @param string $put_action_type INSERT or UPDATE depending on what we are to do
|
||||
* @param boolean $caldav_context True, if we are responding via CalDAV, false for other ways of calling this
|
||||
* @param string Either 'INSERT' or 'UPDATE': the type of action we are doing
|
||||
* @param boolean $log_action Whether to log the fact that we are writing this into an action log (if configured)
|
||||
* @param string $weak_etag An etag that is NOT modified on ATTENDEE changes for this event
|
||||
*
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#
|
||||
# PUT an event with attendees
|
||||
# PUT an event without attendees
|
||||
#
|
||||
TYPE=PUT
|
||||
URL=http://regression.host/caldav.php/manager1/home/E1A13F04-iCal-schedule.ics
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#
|
||||
# PUT an event with attendees
|
||||
# PUT an event with attendees (organizer postpones meeting)
|
||||
#
|
||||
TYPE=PUT
|
||||
URL=http://regression.host/caldav.php/manager1/home/E1A13F04-iCal-schedule.ics
|
||||
|
||||
@ -10,7 +10,7 @@ HEAD
|
||||
AUTH=manager1:manager1
|
||||
|
||||
#
|
||||
# Query to confirm we got rid of it. There should be two now.
|
||||
# Query to confirm we got rid of it. There should be two now, plus the reponse in the managers schedule-inbox.
|
||||
QUERY
|
||||
SELECT dav_name
|
||||
FROM calendar_item
|
||||
|
||||
@ -21,6 +21,7 @@ ENDDOSQL
|
||||
# Query to confirm we got rid of it. There should be two now:
|
||||
# - An event in the manager's calendar, with a PARTSTART=DECLINED for user 1
|
||||
# - An iTIP message in the managers's inbox.
|
||||
# FIXME: this is not what .result looks like...
|
||||
QUERY
|
||||
SELECT calendar_item.dav_name,
|
||||
caldav_data.caldav_data
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user