From 89aff56a981a4d414b96db9ffd68f369e2434fa3 Fri, 9 Sep 2011 09:32:27 +0200
From: Bram Goffings <bramgoffings@gmail.com>
Date: Fri, 9 Sep 2011 09:32:04 +0200
Subject: [PATCH] gcal calendars can't have arguments

diff --git a/includes/views/fullcalendar.views.inc b/includes/views/fullcalendar.views.inc
index e5f3623..35e7040 100644
--- a/includes/views/fullcalendar.views.inc
+++ b/includes/views/fullcalendar.views.inc
@@ -126,6 +126,11 @@
       continue;
     }
 
+    // Ignore google calendar feeds as they can't have arguments
+    if($field_name == 'gcal') {
+      continue;
+    }
+
     // Set the argument to provide a default value.
     $options = array('default_action' => 'default');
 
