From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gyro Funch Subject: refresh from google calendar before showing agenda Date: Wed, 21 Jun 2017 07:33:20 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dNflQ-0006Xj-4W for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 09:33:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dNflN-0007nZ-2S for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 09:33:44 -0400 Received: from [195.159.176.226] (port=55325 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dNflM-0007mp-SG for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 09:33:41 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dNflB-0006wq-9v for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 15:33:29 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi, I set up org-gcal to download my google calendar to an org file and would like to do an automatic org-gcal-fetch before displaying an org agenda view. Unfortunately, I am a newbie with elisp, so am not sure of the best way to accomplish this? I would appreciate any help or suggestions on code I can use to make this happen. Thank you. -gyro