fix: Changed the calendar selector for moodle events

This commit is contained in:
Nicholas Novak 2023-11-28 19:47:02 -08:00
parent 29dcc86af8
commit 1c6049655c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Nicholas Novak <nicholasmnovak@gmail.com>
pkgname=assign-notify
pkgver=r4.fcc94ca
pkgver=r5.29dcc86
pkgrel=1
pkgdesc="Assignment Notifier CLI"
arch=('any')

View File

@ -85,7 +85,7 @@ func main() {
conf.UserId,
conf.AuthToken,
selection.AllEvents,
timeline.WithinMonth,
timeline.RecentAndUpcoming,
))
if err != nil {
log.Fatalf("Error requesting calendar: %s", err)