title | description | author | ms.localizationpriority | ms.prod | ms.custom |
---|---|---|---|---|---|
Microsoft Graph Data Connect Event_v0 dataset | Use the Event_v0 dataset to provide the information of all the events from users' calendar events. | rimisra2 | high | data-connect | datasets:dataset-name |
The Event_v0 dataset provides the information of all the events from users' calendar events.
NOTE:
- Currently, the MGDC platform ONLY supports extracting valid users. Trying to extract invalid users will result in no data to be returned for such users. Valid users must have the following:
- A valid mailbox (i.e. users having mailbox that is not in inactive state, not soft-deleted or not hosted on-Prem)
- User account enabled (i.e. accountEnabled should not be set to false)
- An exchange license
- The MGDC platform supports extraction of data for all valid users matching with the ADF pipeline's region. Hence, if the users' mailbox are residing in different regions, then multiple pipelines will need to be triggered in the respective ADF regions.
The following are business scenarios that you can answer with this dataset:
- Analyze the events organized by all the users
- Analyze attendee participation for all organized events
- Analyze event organizers information
- Analyze past events details based on categories of events
- Analyze event cancellation patterns
The following are examples of questions that you can answer with this dataset:
- Which users attended lesser number of events than a particular threshold?
- Which users have organized all the past events?
- How many of the scheduled events got cancelled?
- Which users cancelled the scheduled events beyond a particular threshold?
The Event_v0 dataset can be joined with the Users dataset, Calendar datasets, and other relevant datasets.
Name | Type | Description | FilterOptions | FilterType |
---|---|---|---|---|
Id | string | The unique identifier of the event. | No | None |
CreatedDateTime | datetime | The date and time that the event was created. | Yes | Date |
LastModifiedDateTime | datetime | The date and time that the event was last modified. | Yes | Date |
ChangeKey | string | Identifies the version of the event object. Every time the event is changed, 'ChangeKey' changes as well. This allows Microsoft Exchange to apply changes to the correct version of the object. | No | None |
Categories | array | The categories associated with the event. Format:ARRAY<STRING>. | No | None |
OriginalStartTimeZone | string | The start time zone that was set when the event was created. See 'DateTimeTimeZone' for a list of valid time zones. | No | None |
OriginalEndTimeZone | string | The end time zone that was set when the event was created. See 'DateTimeTimeZone' for a list of valid time zones. | No | None |
ResponseStatus | object | Indicates the type of response sent in response to an event message. Format:STRUCT<Response: STRING, Time: STRING>. | No | None |
iCalUId | string | A unique identifier that is shared by all instances of an event across different calendars. | No | None |
ReminderMinutesBeforeStart | int32 | The number of minutes before the event start time that the reminder alert occurs. | No | None |
IsReminderOn | boolean | True if an alert is set to remind the user of the event; otherwise fals. | No | None |
HasAttachments | boolean | True if the event has attachments; otherwise false. | No | None |
Subject | string | The text of the event's subject line. | No | None |
Body | object | The body of the message associated with the event. Format:STRUCT<ContentType: STRING, Content: STRING>. | No | None |
Importance | string | The importance of the event. Allowed valuldes: Low, Normal, High. | No | None |
Sensitivity | string | Indicates the level of privacy for the event. Allowed values: Normal, Personal, Private, Confidential. | No | None |
Start | object | The start time of the event. Format:STRUCT<DateTime: STRING, TimeZone: STRING>. | No | None |
End | object | The date and time that the event ends. Format:STRUCT<DateTime: STRING, TimeZone: STRING>. | No | None |
Location | object | Location information of the event. Format:STRUCT<DisplayName: STRING, Address: STRUCT<Street: STRING, City: STRING, State: STRING, CountryOrRegion: STRING, PostalCode: STRING>, Coordinates: STRUCT<Altitude: DOUBLE, Latitude: DOUBLE, Longitude: DOUBLE, Accuracy: DOUBLE, AltitudeAccuracy: DOUBLE>>. | No | None |
IsAllDay | boolean | True if the event lasts all day; otherwise false. Adjusting this property requires adjusting the Start and End properties of the event as well. | No | None |
IsCancelled | boolean | True if the event has been canceled; otherwise false. | No | None |
IsOrganizer | boolean | True if the message sender is also the organizer; otherwise false. | No | None |
Recurrence | object | The recurrence pattern for the event. Format:STRUCT<Pattern: STRUCT<Type: STRING, Interval: INT, Month: INT, DayOfMonth: INT, DaysOfWeek: ARRAY<STRING>, FirstDayOfWeek: STRING, Index: STRING>, Range: STRUCT<Type: STRING, StartDate: STRING, EndDate: STRING, RecurrenceTimeZone: STRING, NumberOfOccurrences: INT>>. | No | None |
ResponseRequested | boolean | True if the sender would like a response when the event is accepted or declined; otherwise false. | No | None |
ShowAs | string | The status to show. Allowed values: Free, Tentative, Busy, Oof, WorkingElsewhere, Unknown. | No | None |
Type | string | The event type. Allowed values: SingleInstance, Occurrence, Exception, SeriesMaster . | No | None |
Attendees | array | The collection of attendees for the event. Format:ARRAY<STRUCT<EmailAddress: STRUCT<Name: STRING, Address: STRING>, Status: STRUCT<Response: STRING, Time: STRING>, Type: STRING>>. | No | None |
Organizer | object | The organizer of the event. Format:STRUCT<EmailAddress: STRUCT<Name: STRING, Address: STRING>>. | No | None |
WebLink | string | The URL to open the event in Microsoft Outlook web app. | No | None |
Attachments | array | The 'FileAttachment' and 'ItemAttachment' attachments for the message; Navigation property. Format:ARRAY<STRUCT<LastModifiedDateTime: STRING, Name: STRING, ContentType: STRING, Size: INT, IsInline: BOOLEAN, Id: STRING>>. | No | None |
ODataType | string | Data type of the current item. | No | None |
puser | string | User id. | No | None |
ptenant | string | Tenant id. | No | None |
{ "Id": "string (identifier)", "CreatedDateTime": "String (timestamp)", "LastModifiedDateTime": "String (timestamp)", "ChangeKey": "string", "Categories": ["string"], "OriginalStartTimeZone": "string", "OriginalEndTimeZone": "string", "ResponseStatus": {"@odata.type": "Microsoft.OutlookServices.ResponseStatus"}, "ICalUId": "string", "ReminderMinutesBeforeStart": int32,"IsReminderOn": true, "HasAttachments": true, "Subject": "string", "Body": {"@odata.type": "Microsoft.OutlookServices.ItemBody"}, "Importance": "String", "Sensitivity": "String", "Start": {"@odata.type": "Microsoft.OutlookServices.DateTimeTimeZone"}, "End": {"@odata.type": "Microsoft.OutlookServices.DateTimeTimeZone"}, "Location": {"@odata.type": "Microsoft.OutlookServices.Location"}, "IsAllDay": true, "IsCancelled": true, "IsOrganizer": true, "Recurrence": {"@odata.type": "Microsoft.OutlookServices.PatternedRecurrence"}, "ResponseRequested": true, "ShowAs": "String", "Type": "String", "Attendees": [{"@odata.type": "Microsoft.OutlookServices.Recipient"}], "Organizer": {"@odata.type": "Microsoft.OutlookServices.Recipient"}, "WebLink": "string", "Attachments": [ { "@odata.type": "Microsoft.OutlookServices.Attachment" } ], "ODataType": "#Microsoft.OutlookServices.Event", "puser": "String (identifier)", "ptenant": "String (identifier)" }
{"Id":"AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvhAAA=","CreatedDateTime":"2021-02-03T00:28:26Z","LastModifiedDateTime":"2021-02-11T10:16:27Z","ChangeKey":"w2/SJ+HxY0isu3HNMpNTmgAAA7MIaA==","Categories":[],"OriginalStartTimeZone":"Pacific Standard Time","OriginalEndTimeZone":"Pacific Standard Time","iCalUId":"040000008200E00074C5B7101A82E00800000000756DC3EEFFE5CC01000000000000000010000000FCE197631C1A2E4C89172A4115BEB7B5","ReminderMinutesBeforeStart":0,"IsReminderOn":false,"HasAttachments":false,"Subject":"Tailspin Toys Proposal Review + Lunch","Importance":"Normal","Sensitivity":"Normal","IsAllDay":false,"IsCancelled":false,"IsOrganizer":true,"ResponseRequested":true,"ShowAs":"Busy","Type":"SeriesMaster","WebLink":"https://outlook.office365.com/owa/?itemid=AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvhAAA%3D&exvsurl=1&path=/calendar/item","ResponseStatus":{"Response":"Microsoft.OutlookServices.ResponseType'Organizer'","Time":"0001-01-01T00:00:00Z"},"Body":{"ContentType":"Microsoft.OutlookServices.BodyType'HTML'","Content":"<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n<meta name=\"Generator\" content=\"Microsoft Exchange Server\">\r\n<!-- converted from text -->\r\n<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style></head>\r\n<body>\r\n<font size=\"2\"><span style=\"font-size:11pt;\"><div class=\"PlainText\">This meeting is to review the latest Tailspin Toys project proposal.<br>\r\n <br>\r\nBut why not eat some sushi while we're at it? :)<br>\r\n</div></span></font>\r\n</body>\r\n</html>\r\n"},"Start":{"DateTime":"2012-02-07T22:00:00.0000000","TimeZone":"UTC"},"End":{"DateTime":"2012-02-07T23:00:00.0000000","TimeZone":"UTC"},"Location":{"DisplayName":"Umi Sake House (2230 1st Ave, Seattle, WA 98121 US)","LocationType":"Microsoft.OutlookServices.LocationType'Default'","UniqueId":"Umi Sake House (2230 1st Ave, Seattle, WA 98121 US)","UniqueIdType":"Microsoft.OutlookServices.LocationUniqueIdType'Private'"},"Recurrence":{"Pattern":{"Type":"Microsoft.OutlookServices.RecurrencePatternType'Weekly'","Interval":1,"Month":0,"DayOfMonth":0,"DaysOfWeek":["Microsoft.OutlookServices.DayOfWeek'Tuesday'"],"FirstDayOfWeek":"Microsoft.OutlookServices.DayOfWeek'Sunday'","Index":"Microsoft.OutlookServices.WeekIndex'First'"},"Range":{"Type":"Microsoft.OutlookServices.RecurrenceRangeType'NoEnd'","StartDate":"2012-02-07T00:00:00Z","EndDate":"0001-01-01T00:00:00Z","RecurrenceTimeZone":"Pacific Standard Time","NumberOfOccurrences":0}},"Attendees":[{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'Accepted'","Time":"2021-02-03T00:31:32Z"},"EmailAddress":{"Name":"Megan Bowen","Address":"MeganB@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Lynne Robbins","Address":"LynneR@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Brian Johnson (TAILSPIN)","Address":"BrianJ@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Optional'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'TentativelyAccepted'","Time":"2021-02-03T00:31:30Z"},"EmailAddress":{"Name":"Joni Sherman","Address":"JoniS@M365x723843.OnMicrosoft.com"}}],"Organizer":{"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}},"Attachments":"[{\"Id\": \"AAMkADFiNTAUhhYuYi0=\",\"Name\": \"How to retrieve item attachment using Outlook REST API\",\"ContentType\": message/rfc822,\"Size\": 71094,\"IsInline\": false,\"LastModifiedDateTime\": \"2015-09-24T05:57:59Z\"}]","ODataType":"#Microsoft.OutlookServices.Event","puser":"6618944e-1fe9-4c03-955e-b1ebbf5737c9","ptenant":"027d8585-9664-42ed-ae2a-c9e9fddfda22"} {"Id":"AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvgAAA=","CreatedDateTime":"2021-02-03T00:18:38Z","LastModifiedDateTime":"2021-02-11T10:16:27Z","ChangeKey":"w2/SJ+HxY0isu3HNMpNTmgAAA7MIag==","Categories":["Blue Category"],"OriginalStartTimeZone":"Pacific Standard Time","OriginalEndTimeZone":"Pacific Standard Time","iCalUId":"040000008200E00074C5B7101A82E00800000000106C404EC3E5CC010000000000000000100000004779238633894149985619386D321122","ReminderMinutesBeforeStart":0,"IsReminderOn":false,"HasAttachments":false,"Subject":"Sales Team Meeting","Importance":"Normal","Sensitivity":"Normal","IsAllDay":false,"IsCancelled":false,"IsOrganizer":true,"ResponseRequested":true,"ShowAs":"Busy","Type":"SeriesMaster","WebLink":"https://outlook.office365.com/owa/?itemid=AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvgAAA%3D&exvsurl=1&path=/calendar/item","ResponseStatus":{"Response":"Microsoft.OutlookServices.ResponseType'Organizer'","Time":"0001-01-01T00:00:00Z"},"Body":{"ContentType":"Microsoft.OutlookServices.BodyType'HTML'","Content":"<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n<meta name=\"Generator\" content=\"Microsoft Exchange Server\">\r\n<!-- converted from text -->\r\n<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style></head>\r\n<body>\r\n<font size=\"2\"><span style=\"font-size:11pt;\"><div class=\"PlainText\"> </div></span></font>\r\n</body>\r\n</html>\r\n"},"Start":{"DateTime":"2012-02-06T17:00:00.0000000","TimeZone":"UTC"},"End":{"DateTime":"2012-02-06T18:00:00.0000000","TimeZone":"UTC"},"Location":{"DisplayName":"Conference Room - Adams","LocationType":"Microsoft.OutlookServices.LocationType'Default'","UniqueId":"Conference Room - Adams","UniqueIdType":"Microsoft.OutlookServices.LocationUniqueIdType'Private'"},"Recurrence":{"Pattern":{"Type":"Microsoft.OutlookServices.RecurrencePatternType'Weekly'","Interval":1,"Month":0,"DayOfMonth":0,"DaysOfWeek":["Microsoft.OutlookServices.DayOfWeek'Monday'"],"FirstDayOfWeek":"Microsoft.OutlookServices.DayOfWeek'Sunday'","Index":"Microsoft.OutlookServices.WeekIndex'First'"},"Range":{"Type":"Microsoft.OutlookServices.RecurrenceRangeType'NoEnd'","StartDate":"2012-02-06T00:00:00Z","EndDate":"0001-01-01T00:00:00Z","RecurrenceTimeZone":"","NumberOfOccurrences":0}},"Attendees":[{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Megan Bowen","Address":"MeganB@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Isaiah Langer","Address":"IsaiahL@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Johanna Lorenz","Address":"JohannaL@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Joni Sherman","Address":"JoniS@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Irvin Sayers","Address":"IrvinS@M365x723843.OnMicrosoft.com"}}],"Organizer":{"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}},"Attachments":[],"ODataType":"#Microsoft.OutlookServices.Event","puser":"6618944e-1fe9-4c03-955e-b1ebbf5737c9","ptenant":"027d8585-9664-42ed-ae2a-c9e9fddfda22"} {"Id":"AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvfAAA=","CreatedDateTime":"2021-02-03T00:18:38Z","LastModifiedDateTime":"2021-02-11T10:16:27Z","ChangeKey":"w2/SJ+HxY0isu3HNMpNTmgAAA7MIbA==","Categories":[],"OriginalStartTimeZone":"Pacific Standard Time","OriginalEndTimeZone":"Pacific Standard Time","iCalUId":"040000008200E00074C5B7101A82E0080000000070122685C3E5CC01000000000000000010000000B6DAD89AFB612248995EDD269F4103B3","ReminderMinutesBeforeStart":0,"IsReminderOn":false,"HasAttachments":false,"Subject":"Weekly check-in with Engineers","Importance":"Normal","Sensitivity":"Normal","IsAllDay":false,"IsCancelled":false,"IsOrganizer":true,"ResponseRequested":true,"ShowAs":"Busy","Type":"SeriesMaster","WebLink":"https://outlook.office365.com/owa/?itemid=AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvfAAA%3D&exvsurl=1&path=/calendar/item","ResponseStatus":{"Response":"Microsoft.OutlookServices.ResponseType'Organizer'","Time":"0001-01-01T00:00:00Z"},"Body":{"ContentType":"Microsoft.OutlookServices.BodyType'HTML'","Content":"<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n<meta name=\"Generator\" content=\"Microsoft Exchange Server\">\r\n<!-- converted from text -->\r\n<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style></head>\r\n<body>\r\n<font size=\"2\"><span style=\"font-size:11pt;\"><div class=\"PlainText\"> </div></span></font>\r\n</body>\r\n</html>\r\n"},"Start":{"DateTime":"2012-02-06T21:00:00.0000000","TimeZone":"UTC"},"End":{"DateTime":"2012-02-06T22:30:00.0000000","TimeZone":"UTC"},"Location":{"DisplayName":"Engineering lab","LocationType":"Microsoft.OutlookServices.LocationType'Default'","UniqueId":"Engineering lab","UniqueIdType":"Microsoft.OutlookServices.LocationUniqueIdType'Private'"},"Recurrence":{"Pattern":{"Type":"Microsoft.OutlookServices.RecurrencePatternType'Weekly'","Interval":1,"Month":0,"DayOfMonth":0,"DaysOfWeek":["Microsoft.OutlookServices.DayOfWeek'Monday'"],"FirstDayOfWeek":"Microsoft.OutlookServices.DayOfWeek'Sunday'","Index":"Microsoft.OutlookServices.WeekIndex'First'"},"Range":{"Type":"Microsoft.OutlookServices.RecurrenceRangeType'NoEnd'","StartDate":"2012-02-06T00:00:00Z","EndDate":"0001-01-01T00:00:00Z","RecurrenceTimeZone":"","NumberOfOccurrences":0}},"Attendees":[{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}}],"Organizer":{"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}},"Attachments":[],"ODataType":"#Microsoft.OutlookServices.Event","puser":"6618944e-1fe9-4c03-955e-b1ebbf5737c9","ptenant":"027d8585-9664-42ed-ae2a-c9e9fddfda22"} {"Id":"AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALveAAA=","CreatedDateTime":"2021-02-03T00:18:38Z","LastModifiedDateTime":"2021-02-11T10:16:27Z","ChangeKey":"w2/SJ+HxY0isu3HNMpNTmgAAA7MIbg==","Categories":["Yellow Category"],"OriginalStartTimeZone":"Pacific Standard Time","OriginalEndTimeZone":"Pacific Standard Time","iCalUId":"040000008200E00074C5B7101A82E00800000000000FF29AC3E5CC010000000000000000100000001AE56D71B9A5084D8D4E45FD60426D14","ReminderMinutesBeforeStart":0,"IsReminderOn":false,"HasAttachments":false,"Subject":"Weekly call with French Subsidiary","Importance":"Normal","Sensitivity":"Normal","IsAllDay":false,"IsCancelled":false,"IsOrganizer":true,"ResponseRequested":true,"ShowAs":"Busy","Type":"SeriesMaster","WebLink":"https://outlook.office365.com/owa/?itemid=AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALveAAA%3D&exvsurl=1&path=/calendar/item","ResponseStatus":{"Response":"Microsoft.OutlookServices.ResponseType'Organizer'","Time":"0001-01-01T00:00:00Z"},"Body":{"ContentType":"Microsoft.OutlookServices.BodyType'HTML'","Content":"<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n<meta name=\"Generator\" content=\"Microsoft Exchange Server\">\r\n<!-- converted from text -->\r\n<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style></head>\r\n<body>\r\n<font size=\"2\"><span style=\"font-size:11pt;\"><div class=\"PlainText\"> </div></span></font>\r\n</body>\r\n</html>\r\n"},"Start":{"DateTime":"2012-02-07T00:00:00.0000000","TimeZone":"UTC"},"End":{"DateTime":"2012-02-07T01:00:00.0000000","TimeZone":"UTC"},"Location":{"DisplayName":"Online Meeting","LocationType":"Microsoft.OutlookServices.LocationType'Default'","UniqueId":"Online Meeting","UniqueIdType":"Microsoft.OutlookServices.LocationUniqueIdType'Private'"},"Recurrence":{"Pattern":{"Type":"Microsoft.OutlookServices.RecurrencePatternType'Weekly'","Interval":1,"Month":0,"DayOfMonth":0,"DaysOfWeek":["Microsoft.OutlookServices.DayOfWeek'Monday'"],"FirstDayOfWeek":"Microsoft.OutlookServices.DayOfWeek'Sunday'","Index":"Microsoft.OutlookServices.WeekIndex'First'"},"Range":{"Type":"Microsoft.OutlookServices.RecurrenceRangeType'NoEnd'","StartDate":"2012-02-06T00:00:00Z","EndDate":"0001-01-01T00:00:00Z","RecurrenceTimeZone":"","NumberOfOccurrences":0}},"Attendees":[{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}}],"Organizer":{"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}},"Attachments":[],"ODataType":"#Microsoft.OutlookServices.Event","puser":"6618944e-1fe9-4c03-955e-b1ebbf5737c9","ptenant":"027d8585-9664-42ed-ae2a-c9e9fddfda22"} {"Id":"AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvdAAA=","CreatedDateTime":"2021-02-03T00:18:37Z","LastModifiedDateTime":"2021-02-11T10:16:27Z","ChangeKey":"w2/SJ+HxY0isu3HNMpNTmgAAA7MIcA==","Categories":["Yellow Category"],"OriginalStartTimeZone":"Pacific Standard Time","OriginalEndTimeZone":"Pacific Standard Time","iCalUId":"040000008200E00074C5B7101A82E0080000000020E1C9B2C3E5CC01000000000000000010000000C2244BD83FA48F48825789CCFAF4F7E6","ReminderMinutesBeforeStart":0,"IsReminderOn":false,"HasAttachments":false,"Subject":"Weekly call with Subsidiary Leads","Importance":"Normal","Sensitivity":"Normal","IsAllDay":false,"IsCancelled":false,"IsOrganizer":true,"ResponseRequested":true,"ShowAs":"Busy","Type":"SeriesMaster","WebLink":"https://outlook.office365.com/owa/?itemid=AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvdAAA%3D&exvsurl=1&path=/calendar/item","ResponseStatus":{"Response":"Microsoft.OutlookServices.ResponseType'Organizer'","Time":"0001-01-01T00:00:00Z"},"Body":{"ContentType":"Microsoft.OutlookServices.BodyType'HTML'","Content":"<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n<meta name=\"Generator\" content=\"Microsoft Exchange Server\">\r\n<!-- converted from text -->\r\n<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style></head>\r\n<body>\r\n<font size=\"2\"><span style=\"font-size:11pt;\"><div class=\"PlainText\"> </div></span></font>\r\n</body>\r\n</html>\r\n"},"Start":{"DateTime":"2012-02-07T18:00:00.0000000","TimeZone":"UTC"},"End":{"DateTime":"2012-02-07T19:00:00.0000000","TimeZone":"UTC"},"Location":{"DisplayName":"Online Meeting","LocationType":"Microsoft.OutlookServices.LocationType'Default'","UniqueId":"Online Meeting","UniqueIdType":"Microsoft.OutlookServices.LocationUniqueIdType'Private'"},"Recurrence":{"Pattern":{"Type":"Microsoft.OutlookServices.RecurrencePatternType'Weekly'","Interval":1,"Month":0,"DayOfMonth":0,"DaysOfWeek":["Microsoft.OutlookServices.DayOfWeek'Tuesday'"],"FirstDayOfWeek":"Microsoft.OutlookServices.DayOfWeek'Sunday'","Index":"Microsoft.OutlookServices.WeekIndex'First'"},"Range":{"Type":"Microsoft.OutlookServices.RecurrenceRangeType'NoEnd'","StartDate":"2012-02-07T00:00:00Z","EndDate":"0001-01-01T00:00:00Z","RecurrenceTimeZone":"","NumberOfOccurrences":0}},"Attendees":[{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}}],"Organizer":{"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}},"Attachments":[],"ODataType":"#Microsoft.OutlookServices.Event","puser":"6618944e-1fe9-4c03-955e-b1ebbf5737c9","ptenant":"027d8585-9664-42ed-ae2a-c9e9fddfda22"} {"Id":"AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvcAAA=","CreatedDateTime":"2021-02-03T00:18:37Z","LastModifiedDateTime":"2021-02-11T10:16:28Z","ChangeKey":"w2/SJ+HxY0isu3HNMpNTmgAAA7MIcg==","Categories":["Red Category"],"OriginalStartTimeZone":"Pacific Standard Time","OriginalEndTimeZone":"Pacific Standard Time","iCalUId":"040000008200E00074C5B7101A82E00800000000303421C6C3E5CC010000000000000000100000004609F3A17D15C04E9C1F19519E9531ED","ReminderMinutesBeforeStart":0,"IsReminderOn":false,"HasAttachments":false,"Subject":"Project Tailspin","Importance":"Normal","Sensitivity":"Normal","IsAllDay":false,"IsCancelled":false,"IsOrganizer":true,"ResponseRequested":true,"ShowAs":"Busy","Type":"SeriesMaster","WebLink":"https://outlook.office365.com/owa/?itemid=AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvcAAA%3D&exvsurl=1&path=/calendar/item","ResponseStatus":{"Response":"Microsoft.OutlookServices.ResponseType'Organizer'","Time":"0001-01-01T00:00:00Z"},"Body":{"ContentType":"Microsoft.OutlookServices.BodyType'HTML'","Content":"<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n<meta name=\"Generator\" content=\"Microsoft Exchange Server\">\r\n<!-- converted from text -->\r\n<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style></head>\r\n<body>\r\n<font size=\"2\"><span style=\"font-size:11pt;\"><div class=\"PlainText\"> </div></span></font>\r\n</body>\r\n</html>\r\n"},"Start":{"DateTime":"2012-02-07T23:00:00.0000000","TimeZone":"UTC"},"End":{"DateTime":"2012-02-08T00:30:00.0000000","TimeZone":"UTC"},"Location":{"DisplayName":"Conference Room - Baker","LocationType":"Microsoft.OutlookServices.LocationType'Default'","UniqueId":"Conference Room - Baker","UniqueIdType":"Microsoft.OutlookServices.LocationUniqueIdType'Private'"},"Recurrence":{"Pattern":{"Type":"Microsoft.OutlookServices.RecurrencePatternType'Weekly'","Interval":1,"Month":0,"DayOfMonth":0,"DaysOfWeek":["Microsoft.OutlookServices.DayOfWeek'Tuesday'","Microsoft.OutlookServices.DayOfWeek'Thursday'"],"FirstDayOfWeek":"Microsoft.OutlookServices.DayOfWeek'Sunday'","Index":"Microsoft.OutlookServices.WeekIndex'First'"},"Range":{"Type":"Microsoft.OutlookServices.RecurrenceRangeType'NoEnd'","StartDate":"2012-02-07T00:00:00Z","EndDate":"0001-01-01T00:00:00Z","RecurrenceTimeZone":"","NumberOfOccurrences":0}},"Attendees":[{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Adele Vance","Address":"AdeleV@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Lynne Robbins","Address":"LynneR@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Isaiah Langer","Address":"IsaiahL@M365x723843.OnMicrosoft.com"}}],"Organizer":{"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}},"Attachments":[],"ODataType":"#Microsoft.OutlookServices.Event","puser":"6618944e-1fe9-4c03-955e-b1ebbf5737c9","ptenant":"027d8585-9664-42ed-ae2a-c9e9fddfda22"} {"Id":"AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvbAAA=","CreatedDateTime":"2021-02-03T00:18:36Z","LastModifiedDateTime":"2021-02-03T00:19:00Z","ChangeKey":"w2/SJ+HxY0isu3HNMpNTmgAAAAAmYg==","Categories":["Blue Category"],"OriginalStartTimeZone":"Pacific Standard Time","OriginalEndTimeZone":"Pacific Standard Time","iCalUId":"040000008200E00074C5B7101A82E00800000000B6A8F80108E6CC010000000000000000100000000403EA0BEE566C42AC266E51F2C7848D","ReminderMinutesBeforeStart":0,"IsReminderOn":false,"HasAttachments":false,"Subject":"Company Meeting","Importance":"Normal","Sensitivity":"Normal","IsAllDay":false,"IsCancelled":false,"IsOrganizer":true,"ResponseRequested":true,"ShowAs":"Busy","Type":"SeriesMaster","WebLink":"https://outlook.office365.com/owa/?itemid=AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvbAAA%3D&exvsurl=1&path=/calendar/item","ResponseStatus":{"Response":"Microsoft.OutlookServices.ResponseType'Organizer'","Time":"0001-01-01T00:00:00Z"},"Body":{"ContentType":"Microsoft.OutlookServices.BodyType'HTML'","Content":"<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n<meta name=\"Generator\" content=\"Microsoft Exchange Server\">\r\n<!-- converted from rtf -->\r\n<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>\r\n</head>\r\n<body>\r\n<font face=\"Times New Roman\" size=\"3\"><span style=\"font-size:12pt;\"><a name=\"BM_BEGIN\"></a>\r\n<div><font size=\"2\"><span style=\"font-size:11pt;\">When: Occurs every Wednesday from 8:30 AM to 11:00 AM effective 2/8/2012. (UTC-08:00) Pacific Time (US & Canada)<br>\r\n\r\n<br>\r\n\r\n*~*~*~*~*~*~*~*~*~*<br>\r\n\r\n<br>\r\n\r\n</span></font></div>\r\n</span></font>\r\n</body>\r\n</html>\r\n"},"Start":{"DateTime":"2012-02-08T16:30:00.0000000","TimeZone":"UTC"},"End":{"DateTime":"2012-02-08T19:00:00.0000000","TimeZone":"UTC"},"Location":{"DisplayName":"","LocationType":"Microsoft.OutlookServices.LocationType'Default'","UniqueIdType":"Microsoft.OutlookServices.LocationUniqueIdType'Unknown'","Address":{"Type":"Microsoft.OutlookServices.PhysicalAddressType'Unknown'"},"Coordinates":{}},"Recurrence":{"Pattern":{"Type":"Microsoft.OutlookServices.RecurrencePatternType'Weekly'","Interval":1,"Month":0,"DayOfMonth":0,"DaysOfWeek":["Microsoft.OutlookServices.DayOfWeek'Wednesday'"],"FirstDayOfWeek":"Microsoft.OutlookServices.DayOfWeek'Sunday'","Index":"Microsoft.OutlookServices.WeekIndex'First'"},"Range":{"Type":"Microsoft.OutlookServices.RecurrenceRangeType'NoEnd'","StartDate":"2012-02-08T00:00:00Z","EndDate":"0001-01-01T00:00:00Z","RecurrenceTimeZone":"","NumberOfOccurrences":0}},"Attendees":[{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Christie Cline","Address":"ChristieC@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"All Employees","Address":"Employees@M365x723843.OnMicrosoft.com"}}],"Organizer":{"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}},"Attachments":[],"ODataType":"#Microsoft.OutlookServices.Event","puser":"6618944e-1fe9-4c03-955e-b1ebbf5737c9","ptenant":"027d8585-9664-42ed-ae2a-c9e9fddfda22"} {"Id":"AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvaAAA=","CreatedDateTime":"2021-02-03T00:18:36Z","LastModifiedDateTime":"2021-02-11T10:16:28Z","ChangeKey":"w2/SJ+HxY0isu3HNMpNTmgAAA7MIdA==","Categories":[],"OriginalStartTimeZone":"Pacific Standard Time","OriginalEndTimeZone":"Pacific Standard Time","iCalUId":"040000008200E00074C5B7101A82E00800000000D01F2D3CC5E5CC01000000000000000010000000030BAE4F822B074994774824E41D49AF","ReminderMinutesBeforeStart":0,"IsReminderOn":false,"HasAttachments":false,"Subject":"Project Team Meeting","Importance":"Normal","Sensitivity":"Normal","IsAllDay":false,"IsCancelled":false,"IsOrganizer":true,"ResponseRequested":true,"ShowAs":"Busy","Type":"SeriesMaster","WebLink":"https://outlook.office365.com/owa/?itemid=AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvaAAA%3D&exvsurl=1&path=/calendar/item","ResponseStatus":{"Response":"Microsoft.OutlookServices.ResponseType'Organizer'","Time":"0001-01-01T00:00:00Z"},"Body":{"ContentType":"Microsoft.OutlookServices.BodyType'HTML'","Content":"<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n<meta name=\"Generator\" content=\"Microsoft Exchange Server\">\r\n<!-- converted from text -->\r\n<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style></head>\r\n<body>\r\n<font size=\"2\"><span style=\"font-size:11pt;\"><div class=\"PlainText\"> </div></span></font>\r\n</body>\r\n</html>\r\n"},"Start":{"DateTime":"2012-02-09T16:00:00.0000000","TimeZone":"UTC"},"End":{"DateTime":"2012-02-09T17:30:00.0000000","TimeZone":"UTC"},"Location":{"DisplayName":"Conference Room - Stevens","LocationType":"Microsoft.OutlookServices.LocationType'Default'","UniqueId":"Conference Room - Stevens","UniqueIdType":"Microsoft.OutlookServices.LocationUniqueIdType'Private'"},"Recurrence":{"Pattern":{"Type":"Microsoft.OutlookServices.RecurrencePatternType'Weekly'","Interval":1,"Month":0,"DayOfMonth":0,"DaysOfWeek":["Microsoft.OutlookServices.DayOfWeek'Thursday'"],"FirstDayOfWeek":"Microsoft.OutlookServices.DayOfWeek'Sunday'","Index":"Microsoft.OutlookServices.WeekIndex'First'"},"Range":{"Type":"Microsoft.OutlookServices.RecurrenceRangeType'NoEnd'","StartDate":"2012-02-09T00:00:00Z","EndDate":"0001-01-01T00:00:00Z","RecurrenceTimeZone":"","NumberOfOccurrences":0}},"Attendees":[{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Adele Vance","Address":"AdeleV@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Lynne Robbins","Address":"LynneR@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Isaiah Langer","Address":"IsaiahL@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Christie Cline","Address":"ChristieC@M365x723843.OnMicrosoft.com"}}],"Organizer":{"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}},"Attachments":[],"ODataType":"#Microsoft.OutlookServices.Event","puser":"6618944e-1fe9-4c03-955e-b1ebbf5737c9","ptenant":"027d8585-9664-42ed-ae2a-c9e9fddfda22"} {"Id":"AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvZAAA=","CreatedDateTime":"2021-02-03T00:18:35Z","LastModifiedDateTime":"2021-02-11T10:16:28Z","ChangeKey":"w2/SJ+HxY0isu3HNMpNTmgAAA7MIdg==","Categories":[],"OriginalStartTimeZone":"Pacific Standard Time","OriginalEndTimeZone":"Pacific Standard Time","iCalUId":"040000008200E00074C5B7101A82E008000000009AB80CA008E6CC01000000000000000010000000027816FF659C6442913EED67B66A7688","ReminderMinutesBeforeStart":0,"IsReminderOn":false,"HasAttachments":false,"Subject":"Tailspin Project Discussion","Importance":"Normal","Sensitivity":"Normal","IsAllDay":false,"IsCancelled":false,"IsOrganizer":true,"ResponseRequested":true,"ShowAs":"Tentative","Type":"SeriesMaster","WebLink":"https://outlook.office365.com/owa/?itemid=AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvZAAA%3D&exvsurl=1&path=/calendar/item","ResponseStatus":{"Response":"Microsoft.OutlookServices.ResponseType'Organizer'","Time":"0001-01-01T00:00:00Z"},"Body":{"ContentType":"Microsoft.OutlookServices.BodyType'HTML'","Content":"<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n<meta name=\"Generator\" content=\"Microsoft Exchange Server\">\r\n<!-- converted from rtf -->\r\n<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>\r\n</head>\r\n<body>\r\n<font face=\"Times New Roman\" size=\"3\"><span style=\"font-size:12pt;\"><a name=\"BM_BEGIN\"></a>\r\n<div><font size=\"2\"><span style=\"font-size:11pt;\">When: Occurs every Thursday from 10:00 AM to 11:00 AM effective 2/9/2012. (UTC-08:00) Pacific Time (US & Canada)<br>\r\n\r\nWhere: My Office<br>\r\n\r\n<br>\r\n\r\n*~*~*~*~*~*~*~*~*~*<br>\r\n\r\n<br>\r\n\r\n</span></font></div>\r\n</span></font>\r\n</body>\r\n</html>\r\n"},"Start":{"DateTime":"2012-02-09T18:00:00.0000000","TimeZone":"UTC"},"End":{"DateTime":"2012-02-09T19:00:00.0000000","TimeZone":"UTC"},"Location":{"DisplayName":"My Office","LocationType":"Microsoft.OutlookServices.LocationType'Default'","UniqueId":"My Office","UniqueIdType":"Microsoft.OutlookServices.LocationUniqueIdType'Private'"},"Recurrence":{"Pattern":{"Type":"Microsoft.OutlookServices.RecurrencePatternType'Weekly'","Interval":1,"Month":0,"DayOfMonth":0,"DaysOfWeek":["Microsoft.OutlookServices.DayOfWeek'Thursday'"],"FirstDayOfWeek":"Microsoft.OutlookServices.DayOfWeek'Sunday'","Index":"Microsoft.OutlookServices.WeekIndex'First'"},"Range":{"Type":"Microsoft.OutlookServices.RecurrenceRangeType'NoEnd'","StartDate":"2012-02-09T00:00:00Z","EndDate":"0001-01-01T00:00:00Z","RecurrenceTimeZone":"","NumberOfOccurrences":0}},"Attendees":[{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Isaiah Langer","Address":"IsaiahL@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}}],"Organizer":{"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}},"Attachments":[],"ODataType":"#Microsoft.OutlookServices.Event","puser":"6618944e-1fe9-4c03-955e-b1ebbf5737c9","ptenant":"027d8585-9664-42ed-ae2a-c9e9fddfda22"} {"Id":"AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvYAAA=","CreatedDateTime":"2021-02-03T00:18:35Z","LastModifiedDateTime":"2021-02-11T10:16:28Z","ChangeKey":"w2/SJ+HxY0isu3HNMpNTmgAAA7MIeA==","Categories":["Blue Category"],"OriginalStartTimeZone":"Pacific Standard Time","OriginalEndTimeZone":"Pacific Standard Time","iCalUId":"040000008200E00074C5B7101A82E00800000000E003002EC6E5CC0100000000000000001000000001618B7374D6BF43A8CCCD1C999CED04","ReminderMinutesBeforeStart":0,"IsReminderOn":false,"HasAttachments":false,"Subject":"Legal and Executives Bi-Weekly","Importance":"Normal","Sensitivity":"Normal","IsAllDay":false,"IsCancelled":false,"IsOrganizer":true,"ResponseRequested":true,"ShowAs":"Busy","Type":"SeriesMaster","WebLink":"https://outlook.office365.com/owa/?itemid=AAMkADY0MTRiMDMyLWYyY2QtNGNmYi05MTZmLWE0MWQ5OTVkMTY3NwBGAAAAAACePVwnVQLQQo3igsKUUNIPBwDDb9In4fFjSKy7cc0yk1OaAAAAAAENAADDb9In4fFjSKy7cc0yk1OaAAAAALvYAAA%3D&exvsurl=1&path=/calendar/item","ResponseStatus":{"Response":"Microsoft.OutlookServices.ResponseType'Organizer'","Time":"0001-01-01T00:00:00Z"},"Body":{"ContentType":"Microsoft.OutlookServices.BodyType'HTML'","Content":"<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n<meta name=\"Generator\" content=\"Microsoft Exchange Server\">\r\n<!-- converted from text -->\r\n<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style></head>\r\n<body>\r\n<font size=\"2\"><span style=\"font-size:11pt;\"><div class=\"PlainText\"> </div></span></font>\r\n</body>\r\n</html>\r\n"},"Start":{"DateTime":"2012-02-10T16:30:00.0000000","TimeZone":"UTC"},"End":{"DateTime":"2012-02-10T17:30:00.0000000","TimeZone":"UTC"},"Location":{"DisplayName":"Conference Room - Crystal","LocationType":"Microsoft.OutlookServices.LocationType'Default'","UniqueId":"Conference Room - Crystal","UniqueIdType":"Microsoft.OutlookServices.LocationUniqueIdType'Private'"},"Recurrence":{"Pattern":{"Type":"Microsoft.OutlookServices.RecurrencePatternType'Weekly'","Interval":1,"Month":0,"DayOfMonth":0,"DaysOfWeek":["Microsoft.OutlookServices.DayOfWeek'Friday'"],"FirstDayOfWeek":"Microsoft.OutlookServices.DayOfWeek'Sunday'","Index":"Microsoft.OutlookServices.WeekIndex'First'"},"Range":{"Type":"Microsoft.OutlookServices.RecurrenceRangeType'NoEnd'","StartDate":"2012-02-10T00:00:00Z","EndDate":"0001-01-01T00:00:00Z","RecurrenceTimeZone":"","NumberOfOccurrences":0}},"Attendees":[{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Christie Cline","Address":"ChristieC@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Johanna Lorenz","Address":"JohannaL@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Lee Gu","Address":"LeeG@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Grady Archie","Address":"GradyA@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Joni Sherman","Address":"JoniS@M365x723843.OnMicrosoft.com"}},{"Type":"Microsoft.OutlookServices.AttendeeType'Required'","Status":{"Response":"Microsoft.OutlookServices.ResponseType'None'","Time":"0001-01-01T00:00:00Z"},"EmailAddress":{"Name":"Irvin Sayers","Address":"IrvinS@M365x723843.OnMicrosoft.com"}}],"Organizer":{"EmailAddress":{"Name":"Lidia Holloway","Address":"LidiaH@M365x723843.OnMicrosoft.com"}},"Attachments":[],"ODataType":"#Microsoft.OutlookServices.Event","puser":"6618944e-1fe9-4c03-955e-b1ebbf5737c9","ptenant":"027d8585-9664-42ed-ae2a-c9e9fddfda22"}