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

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents a response object that indicates that a meeting attendee can
 * propose a new meeting time.
 *
 * @package php-ews\Type
 */
class ProposeNewTimeType extends ResponseObjectType
{

}