Skip to content

Commit 6398fee

Browse files
committed
chore: cleanup
1 parent eabe8e5 commit 6398fee

1 file changed

Lines changed: 16 additions & 17 deletions

File tree

sources/sections/17-remove-value.adoc

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
== Remove a value from a multi-valued parameter on a property with a specific value from a component
22

3-
Remove the "mailto:calext@example.com" value from the "MEMBER" parameter on the "ATTENDEE"
4-
property with the value "mailto:cyrus@example.com" in the "VEVENT" component with the "UID"
5-
property value "1234".
3+
Remove the "mailto:calext@example.com" value from the "MEMBER" parameter on the
4+
"ATTENDEE" property with the value "mailto:cyrus@example.com" in the "VEVENT"
5+
component with the "UID" property value "1234".
66

77
[source%unnumbered]
88
----
@@ -23,8 +23,8 @@ END:VCALENDAR
2323

2424
=== Remove a value from a multi-valued property from a component
2525

26-
Remove the value "20160903T120000Z" from the "EXDATE" property in the
27-
"VEVENT" component with the "UID" property value "1234".
26+
Remove the value "20160903T120000Z" from the "EXDATE" property in the "VEVENT"
27+
component with the "UID" property value "1234".
2828

2929
[source%unnumbered]
3030
----
@@ -44,14 +44,13 @@ END:VCALENDAR
4444

4545
=== Attendee updating their participation status
4646

47-
When an attendee updates their participation status in an event, they
48-
will typically: update the "PARTSTAT" parameter on their "ATTENDEE"
49-
property, remove the "RSVP" parameter on their "ATTENDEE" property,
50-
update the "TRANSP" property in the "VEVENT" component. This set of
51-
changes is shown below in a single "PATCH" component, with the
52-
attendee having the calendar user address "mailto:cyrus@example.com".
53-
The patch targets all "VEVENT" components in the iCalendar object
54-
being changed.
47+
When an attendee updates their participation status in an event, they will
48+
typically: update the "PARTSTAT" parameter on their "ATTENDEE" property, remove
49+
the "RSVP" parameter on their "ATTENDEE" property, update the "TRANSP" property
50+
in the "VEVENT" component. This set of changes is shown below in a single
51+
"PATCH" component, with the attendee having the calendar user address
52+
"mailto:cyrus@example.com". The patch targets all "VEVENT" components in the
53+
iCalendar object being changed.
5554

5655
[source%unnumbered]
5756
----
@@ -74,8 +73,8 @@ END:VCALENDAR
7473

7574
=== Recurring event adding one override
7675

77-
A daily recurring "VEVENT" component with the "SUMMARY" property
78-
being overridden for the second instance.
76+
A daily recurring "VEVENT" component with the "SUMMARY" property being
77+
overridden for the second instance.
7978

8079
iCalendar object before the patch:
8180

@@ -138,8 +137,8 @@ END:VCALENDAR
138137

139138
=== Removal of an overridden instance
140139

141-
A daily recurring "VEVENT" component has one existing instance
142-
override removed with an "EXDATE" added for it.
140+
A daily recurring "VEVENT" component has one existing instance override removed
141+
with an "EXDATE" added for it.
143142

144143
iCalendar object before the patch:
145144

0 commit comments

Comments
 (0)