Skip to content

Commit

Permalink
updates based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethSamuel-MSFT committed Sep 20, 2018
1 parent cf58815 commit 4bf7755
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions types/office-js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1817,7 +1817,7 @@ declare namespace Office {
*/
ActiveViewChanged,
/**
* Triggers when the appointment date or time of the selected series is changed in Outlook.
* Triggers when the date or time of the selected appointment is changed in Outlook.
*
* [Api set: Mailbox 1.7]
*/
Expand Down Expand Up @@ -15894,7 +15894,7 @@ declare namespace Office {
*
* <tr><td>{@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}</td><td>Compose or read</td></tr></table>
*/
recurrenceTimeZone: Office.MailboxEnums.RecurrenceTimeZone;
recurrenceTimeZone: RecurrenceTimeZone;

/**
* Gets or sets the type of the recurring appointment series.
Expand Down Expand Up @@ -16018,7 +16018,7 @@ declare namespace Office {
}

/**
* Gets or sets the properties of the recurrence.
* Represents the properties of the recurrence.
*
* [Api set: Mailbox 1.7]
*
Expand Down Expand Up @@ -16060,6 +16060,16 @@ declare namespace Office {
firstDayOfWeek: Office.MailboxEnums.Days;
}

/**
* Represents the time zone of the recurrence.
*/
export interface RecurrenceTimeZone {
/**
* Represents the name of the recurrence time zone.
*/
name: Office.MailboxEnums.RecurrenceTimeZone;
}

/**
* A file or item attachment. Used when displaying a reply form.
*/
Expand Down

0 comments on commit 4bf7755

Please sign in to comment.