Closed matthiasbeyer closed 9 years ago
Hmm, I can't reproduce this. Which version are you using? The PyPI package is working as well as the git version for me.
$ khal --version
khal, version 0.4.0.dev-149-gce070ec
does khal only show events from one khalendar or is only one calendar missing?
and please do report anything that is not working. If it turns out something like that is a misconfiguration, there is something wrong with khal, as it should be easy to see when its misconfigured.
It does only show events from one calendar.
Could you have a look at the sqlite database? (e.g. by installing sqlitebrowser, and then running sqlitebrowser ~/.khal/khal.db
) Have a look at the recs_loc
and recs_float
table and see if there are entries belonging to those calendars you are missing (the name in the calendar
column should match, dtstart
and dtend
are in unix time).
I'm sorry to have to involve you in the debugging process, but since I cannot reproduce the issue locally, I don't see another way.
Strange. I cannot reproduce now.
Maybe the real problem was that khal skipped a lot of events it didn't understand? Although that should create warnings.
I'm not sure about this. I'd like to suggest leaving this issue open until I'm certain about either the cause or how to reproduce, if you're fine with this!
Alright, will leave this open, please report if the error occurs again.
I can reproduce again. I do not get any calendar entries with khal 0.5.0 now. The ical
files are clearly there. 0.4.0 doesn't work, either.
Could you post an item that is not shown in khal?
Sure:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:ownCloud Calendar 0.6.4
BEGIN:VEVENT
UID:rem2ics.54ccca77.7f39.10@localhost
SUMMARY:Fronleichnam
DTSTART;VALUE=DATE:20150604
DTEND;VALUE=DATE:20150605
DTSTAMP;VALUE=DATE-TIME:20150201T110837Z
COMMENT: generated by rem2ics 0.93\n http://mark.atwood.name/code/rem2ics\n
data[16]=|2015/06/04 * * * * Fronleichnam|
RRULE:FREQ=YEARLY;INTERVAL=1
LAST-MODIFIED;VALUE=DATE-TIME:20150201T110837Z
CLASS:PUBLIC
END:VEVENT
END:VCALENDAR
German feast day.
Anotherone:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:ownCloud Calendar
BEGIN:VEVENT
CREATED;VALUE=DATE-TIME:20150527T160029Z
UID:4e34083ac0
LAST-MODIFIED;VALUE=DATE-TIME:20150527T160029Z
DTSTAMP;VALUE=DATE-TIME:20150527T160029Z
SUMMARY:Soilwork Album release
DTSTART;VALUE=DATE:20150828
DTEND;VALUE=DATE:20150829
END:VEVENT
END:VCALENDAR
Just to be clear, where do you expect khal to show them?
Ah, of course, maybe I should've provided a calendar entry which gets shown anytime soon, right?
Here is one:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:ownCloud Calendar
BEGIN:VEVENT
CREATED;VALUE=DATE-TIME:20150612T185333Z
UID:01934cdcaf
LAST-MODIFIED;VALUE=DATE-TIME:20150612T185357Z
DTSTAMP;VALUE=DATE-TIME:20150612T185357Z
SUMMARY:Lamb of God - VII: Sturm und Drang
DTSTART;VALUE=DATE:20150724
DTEND;VALUE=DATE:20150725
CLASS:PUBLIC
END:VEVENT
END:VCALENDAR
This one should be on 24. of this month, so it should show up in khal... I guess?
That depends on which part of khal you use. khal agenda
doesn't show any of those events for me because they're not in range yet, but I can find them when opening ikhal
and navigating to their dates.
Okay. ikhal
shows them for me as well. (speaking of 0.4.0 now)
But two things:
ikhal
. It just lists the dates, but the days are in normal color, even if there is an event.Normal khal does not show the "Lamb of God" event at all:
$ khal agenda -a musicreleases
No events
or with calendar
instead of agenda
.
The above also applies for v0.5.0 of khal.
Right, I see why you'd expect agenda
to show these, at the moment it only previews a fixed amount of days: two.
Related issues: https://github.com/geier/khal/issues/93 and https://github.com/geier/khal/issues/89
I'm going to close this for now since there's no bug, just stupid behavior. I think the misleading name of the agenda
command is already tracked with #93.
I'm sorry to (kind of) re-report this. Maybe I'm to stupid, but maybe it is a bug:
gives me only entries from one calendar. Doing
Gives me nothing, but there are (in my owncloud) entries.
My Config:
copied 1-1! All paths are correct, I triple-checked them. I also
grep
ed over the calendar directory, all.ics
files are there, so thevdirsyncer
did its job well.