Closed GoogleCodeExporter closed 9 years ago
I was experiencing the same problems and changing line 226 also resolved my
issue.
Original comment by cdavis%t...@gtempaccount.com
on 14 May 2010 at 11:40
I have two google accounts - one a plain old google account and the other a
google
apps account.
I was having the same problem as described above with my google apps account
but not
with the google account. However, on changing line 226 as above the problem
reversed
itself, I started getting the same error on the google account but the google
apps
account problem was rectified.
Original comment by ish...@gmail.com
on 2 Jun 2010 at 11:51
Ah. The calendar I'm accessing (and having trouble with) is Google Apps
account, and
I've never tried gcalcli on a non-Google-Apps account.
It's odd that the fix I posted caused the problem to be present on the
non-Google-Apps account. The modified regex should match the string
"http://www.google.com/calendar/feeds/" just as it did before. The only
difference
is that the modified regex should *also* match
"https://www.google.com/calendar/feeds/".
Original comment by randerso...@gmail.com
on 2 Jun 2010 at 2:51
doh! Yes, you're right, I missed the ? symbol in the regex. Yes, including it
fixes
it now for both accounts.
Original comment by ish...@gmail.com
on 2 Jun 2010 at 3:39
Sweet. I guess all that's left is input (hopefully approval) from insanum,
then.
Original comment by randerso...@gmail.com
on 2 Jun 2010 at 3:52
I was having the same problem using a regular Google account - this fixed it.
Thanks!
Original comment by dwarin...@gmail.com
on 23 Jun 2010 at 2:20
I was having the same issue and changing line 226 did resolve it. This
probably has something to do with Google being more stringent about https.
Original comment by lgillent...@gmail.com
on 15 Feb 2011 at 3:01
I was having the same issue and changing line 226 did resolve it. This
probably has something to do with Google being more stringent about https.
Original comment by lgillent...@gmail.com
on 15 Feb 2011 at 3:01
This has been fixed. A new "--https" option has been added.
Original comment by eda...@insanum.com
on 24 Jul 2011 at 5:46
Original comment by eda...@insanum.com
on 27 Jul 2011 at 4:59
Original issue reported on code.google.com by
randerso...@gmail.com
on 13 May 2010 at 3:59