{Plugin} - Full Calendar Scheduler Suite

@jared.gibb Thank you for this amazing work. After your update my Google Auth says im
Unauthenticated, so i have a workflow to login again with google and even that dont resolve the problem. I try logout / login and then Google again and still dont work

The service FullCalendar's - Read Google Calendar Events  just returned an error (HTTP 401). Please contact the plugin author directly for feedback. Raw error:

    {
      "error": {
        "code": 401,
        "message": "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
        "errors": [
          {
            "message": "Invalid Credentials",
            "domain": "global",
            "reason": "authError",
            "location": "Authorization",
            "locationType": "header"
          }
        ],
        "status": "UNAUTHENTICATED"
      }
    }