The exdates parameter takes a semicolon-separated list of date-time specifications. Each date-time represents an excluded date of the event.
For example, the following exdates parameter specifies a recurring event that does not occur on the two specified dates (3/31/02 11:22:33 and 5/31/02 11:22:33):
exdates=20020331T112233;20020531T112233 |
The following example URL passes the example exdates parameter:
http://webcalendarserver/storecomponents.wcap
?id=b5q2o8ve2rk02nv9t6
&calid=jdoe
&uid=333
&dtstart=20020301T112233Z
&exdates=20020331T112233;20020531T112233
&rrules="count%3D200%3Bfreq%3Ddaily"
&dtend=20020301T112233
&summary=uuuu
|