You are not logged in.

#1 2022-01-05 08:42:30

psic4t
Member
Registered: 2018-08-22
Posts: 7

qcal - a console-based quick calendar for CalDAV

AUR
Project page on Sourcehut

qcal is a quick calendar application for CalDAV servers written in Go. In contrast to other tools it does not cache anything. It can fetch multiple servers / calendars in parallel which makes it quite fast.

Its main purpose is displaying calendar data. Nevertheless it supports basic creation and editing of entries.

Features

  • Condensed quick overview of appointments

  • Parallel fetching of multiple calendars

  • Viewing of iCal subscriptions

  • Easy to use filters

  • Create, modify and delete appointments

  • Import ICS files

  • Display ICS files

  • Easy setup

Offline

#2 2022-02-02 21:06:25

psic4t
Member
Registered: 2018-08-22
Posts: 7

Re: qcal - a console-based quick calendar for CalDAV

New version 0.8.3!

Changes:
* Allow piping of ICS data
* Parallelize calendar listing

It's now very much feature complete.

Offline

#3 2022-06-13 14:38:20

arnaudv6
Member
Registered: 2016-02-25
Posts: 73

Re: qcal - a console-based quick calendar for CalDAV

Hello Psic4t, this project seems really cool to me and would increase my productivity... I particularly love the no-cache approach.
But it never actually worked for me. Simple config.json to reproduce:

{
        "Calendars": [
                {
                        "Url":"https://fr.ftp.opendatasoft.com/openscol/fr-en-calendrier-scolaire/Zone-A-B-C-Corse.ics"
                }
        ],
	"Timezone": "Europe/Paris",
        "DefaultNumDays":30
}

cal is indeed listed with

qcal -l

but no event shows (tried with wide -s -e windows)
I also try with my personnal google cal with same result.
v0.8.7 or master. (gentoo user)

Offline

#4 2022-06-13 14:43:58

arnaudv6
Member
Registered: 2016-02-25
Posts: 73

Re: qcal - a console-based quick calendar for CalDAV

ah... and it returns '2022/06/13 16:43:17 no events', no error

Offline

#5 2022-06-13 16:10:40

psic4t
Member
Registered: 2018-08-22
Posts: 7

Re: qcal - a console-based quick calendar for CalDAV

It seems that the server in your link does not like REPORT http calls. I pushed a new release (0.8.8) to AUR which should fix that.

Can you try if it works for you?

You can write me in the project mailing list here: https://lists.sr.ht/~psic4t/public-inbox

Offline

#6 2022-06-14 12:19:05

arnaudv6
Member
Registered: 2016-02-25
Posts: 73

Re: qcal - a console-based quick calendar for CalDAV

Fixed indeed, thanks for your fast support. I'll use mailing list for future contacts, OK.

Offline

Board footer

Powered by FluxBB