Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
stas-fomenko opened this issue Jul 23, 2020 · 0 comments
Labels

Comments

@stas-fomenko
Copy link

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": "[email protected]"
    }
  },
  "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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant