-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agenda seems to be confused about which events are from "today", possible timezone issue #491
Comments
Happy birthday! :) Maybe adding |
Thanks Joshua, hugely appreciated. sadly not my cake day ;) I looking at details all and realised that was an appointment from another calendar. But having made a new appointmentit still seems to happen As I want to give you the full output, but would rather not post that here, mind if I email it to you? Can I just check something obvious |
Ha, I wish that was more obvious than it is! Here's a first test:
So, at least in creating an event, 'tomorrow' seems to default to 9AM. Of course there's a whole bunch of variables which might be relevant: my locale (set to US/Los_Angeles), my google calendar settings. So now to test agenda search:
^^^ so that's a little surprising. Ok, so this should be interesting:
So that seems like a bug to me. Maybe we're dealing with UTC here (since I'm in -7 and with some sort of off by one error?). In any case, I'll open a bug for now. |
Just to recreate some of that in the UK - with daylight savings in effect, in case it helps pi@pi3:~ $ gcalcli add --when="tomorrow 12:01am" Thu Oct 24 pay mariana £30 For the loop, was that an extra quote just after the --noprompt? I had to ctrl+c pi@pi3:~ $ for i in
Assuming I found the right one pi@pi3:~ $ for i in Thu Oct 24 pay mariana £30 |
Sorry. I must be missing something. Trying to get today's agenda, I'm getting a missing appointment at 7am
X@X:~ $ gcalcli agenda
Mon Oct 07 Reoccuring
Wed Oct 09 birthday
7:00am Wake -# This goes missing
3:00pm testing caladd
Thu Oct 10
7:00am Wake
10:00am another normal entry # This also goes missing
pi@pi3:~ $ gcalcli agenda today tomorrow
Mon Oct 07 Reoccuring
Wed Oct 09 birthday
3:00pm testing caladd
Thu Oct 10
7:00am Wake
The text was updated successfully, but these errors were encountered: