Skip to content

Commit

Permalink
Update calendar.coffee
Browse files Browse the repository at this point in the history
fixing coderofsalvation#3
by changing dependency from ical to node-ical
  • Loading branch information
florisvangeel authored Apr 10, 2021
1 parent 4904012 commit 1bda3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calendar.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# hubot calendar <room> - Clear calendar from some room
# hubot calendar - List current calendars and upcoming events
#
ical = require 'ical'
ical = require 'node-ical'
request = require 'request'
MAXEVENTS = 10

Expand Down

0 comments on commit 1bda3c9

Please sign in to comment.