From 1c6049655c44d6d572dfe62e4dbb9af5281a1189 Mon Sep 17 00:00:00 2001 From: Nicholas Novak <34256932+NickyBoy89@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:47:02 -0800 Subject: [PATCH] fix: Changed the calendar selector for moodle events --- PKGBUILD | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 744edb3..4c0f789 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Nicholas Novak pkgname=assign-notify -pkgver=r4.fcc94ca +pkgver=r5.29dcc86 pkgrel=1 pkgdesc="Assignment Notifier CLI" arch=('any') diff --git a/main.go b/main.go index b67613a..3c82a24 100644 --- a/main.go +++ b/main.go @@ -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)