Skip to content

Commit

Permalink
Make holidays all day events
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturner authored Apr 19, 2022
1 parent 4758394 commit 84b18fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Office365Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ var Office365Calendar = function () {
var payload = {
"Subject": title,
"ShowAs": "Oof",
"IsAllDay": true,
"Start": {
"DateTime": formatDate(startTime),
"TimeZone": "UTC"
Expand Down Expand Up @@ -235,4 +236,4 @@ var Office365CalendarEvent = function (data) {

makeRequest("events/" + this.getId(), options);
};
};
};

0 comments on commit 84b18fc

Please sign in to comment.