itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 72 forks source link

ADD Proxy Config Support for connectting calendar_google_calendar #111

Closed huangming closed 4 years ago

huangming commented 7 years ago

I can‘t connect to google calendar without proxy.

echuraev commented 6 years ago

I'm working through proxy. And connection to Google Calendar is working now. I just set env variables:

export http_proxy=http://my-proxy-server.com:port/
export https_proxy=https://my-proxy-server.com:port/

But unfortunately it works only for calendar. Google Tasks are not synced with Task list.

xuehongzhi commented 5 years ago

fantastic work!!!with the same issue google tasks not synced!!

itchyny commented 4 years ago

I believe this problem is already fixed. Please specify HTTPS_PROXY.