summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/CancelCalendarItemType.php
blob: 8dd62193fc268184ece63d81db0c1684f6706eb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\CancelCalendarItemType.
 */

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents the response object that is used to cancel a meeting.
 *
 * @package php-ews\Type
 */
class CancelCalendarItemType extends SmartResponseType
{

}