diff --git a/index.html b/index.html index c163083..b9f6679 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,20 @@ + diff --git a/src/g-calendar-fetcher.js b/src/g-calendar-fetcher.js index 7c7d860..d4c4968 100644 --- a/src/g-calendar-fetcher.js +++ b/src/g-calendar-fetcher.js @@ -23,7 +23,7 @@ export default class GCalendarFetcher { constructor(options) { this.url = options.url; this.amountOfPastEvents = options.amountOfPastEvents; - this.dateTime = DateTime; + this.dateTime = luxon.DateTime; } async fetchEvents() {