When the server receives a MOVE method request, it MUST execute the following operations based on the source and destination collections in the request:
+-----------------------+------------------------+------------------+ | Source Collection | Destination Collection | Server Operation | +-----------------------+------------------------+------------------+ | Non-calendar | Non-calendar | None | | collection | collection | | | | | | | Non-calendar | Calendar collection | (1) | | collection | | | | | | | | Calendar collection | Non-calendar | (2) | | | collection | | | | | | | Calendar collection | Calendar collection | None | +-----------------------+------------------------+------------------+
Note (1)
The rules in Section 3.2.3.1 are applied for the destination of the MOVE request.
Note (2)
The rules in Section 3.2.3.2 are applied for the source of the MOVE request.
The behavior of a MOVE method request on a calendar collection is undefined.