Skip to content

Investigate behavior when start/end time is really BIG in 'create ivent' action #28

Description

@stas-fomenko

Input:
image

Output:

{
  "id": "AQMkADAwATM0MDAAMS0yMgA3MC1mZDkyLTAwAi0wMAoARgAAA14NR8zJ7GxJnz_JauTU1uQHALdeJHYCtWNEt1wFU6jUUYgAAAIBDQAAALdeJHYCtWNEt1wFU6jUUYgAAABhhZSyAAAA",
  "createdDateTime": "2020-07-23T16:52:24.8402845Z",
  "lastModifiedDateTime": "2020-07-23T16:52:24.9727039Z",
  "changeKey": "t14kdgK1Y0S3XAVTqNRRiAAAYYN8jQ==",
  "categories": [],
  "originalStartTimeZone": "Etc/GMT+12",
  "originalEndTimeZone": "Etc/GMT+12",
  "iCalUId": "040000008200E00074C5B7101A82E00800000000655909A41161D601000000000000000010000000B04D6B04EDF2154180900144256040AD",
  "reminderMinutesBeforeStart": 15,
  "isReminderOn": true,
  "hasAttachments": false,
  "subject": null,
  "bodyPreview": "",
  "importance": "normal",
  "sensitivity": "normal",
  "isAllDay": false,
  "isCancelled": false,
  "isOrganizer": true,
  "responseRequested": true,
  "seriesMasterId": null,
  "showAs": "busy",
  "type": "singleInstance",
  "webLink": "https://outlook.live.com/owa/?itemid=AQMkADAwATM0MDAAMS0yMgA3MC1mZDkyLTAwAi0wMAoARgAAA14NR8zJ7GxJnz%2BJauTU1uQHALdeJHYCtWNEt1wFU6jUUYgAAAIBDQAAALdeJHYCtWNEt1wFU6jUUYgAAABhhZSyAAAA&exvsurl=1&path=/calendar/item",
  "onlineMeetingUrl": null,
  "isOnlineMeeting": false,
  "onlineMeetingProvider": "unknown",
  "allowNewTimeProposals": true,
  "recurrence": null,
  "onlineMeeting": null,
  "responseStatus": {
    "response": "organizer",
    "time": "0001-01-01T00:00:00Z"
  },
  "body": {
    "contentType": "text",
    "content": ""
  },
  "start": {
    "dateTime": "1969-12-31T12:01:32.0000000",
    "timeZone": "Etc/GMT+12"
  },
  "end": {
    "dateTime": "1969-12-31T12:01:32.0000000",
    "timeZone": "Etc/GMT+12"
  },
  "location": {
    "displayName": "",
    "locationType": "default",
    "uniqueIdType": "unknown",
    "address": {},
    "coordinates": {}
  },
  "locations": [],
  "attendees": [],
  "organizer": {
    "emailAddress": {
      "name": "PS Team",
      "address": "ps-team@outlook.com"
    }
  },
  "calendarId": "AQMkADAwATM0MDAAMS0yMgA3MC1mZDkyLTAwAi0wMAoARgAAA14NR8zJ7GxJnz_JauTU1uQHALdeJHYCtWNEt1wFU6jUUYgAAAIBBgAAALdeJHYCtWNEt1wFU6jUUYgAAAIhdQAAAA=="
}

Not sure if this is correct behavior (see actual start/end dates:

 },
  "start": {
    "dateTime": "1969-12-31T12:01:32.0000000",
    "timeZone": "Etc/GMT+12"
  },
  "end": {
    "dateTime": "1969-12-31T12:01:32.0000000",
    "timeZone": "Etc/GMT+12"

), probably error should be thrown here

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions