| Index: discovery/googleapis/calendar__v3.json
 | 
| diff --git a/discovery/googleapis/calendar__v3.json b/discovery/googleapis/calendar__v3.json
 | 
| index 74a017ce335fc4991241f3475017b54b0d8038c6..b9e5819622ef4ee6665dbdc59d769adf975542e9 100644
 | 
| --- a/discovery/googleapis/calendar__v3.json
 | 
| +++ b/discovery/googleapis/calendar__v3.json
 | 
| @@ -17,7 +17,7 @@
 | 
|      "description": "Manipulates events and other calendar data.",
 | 
|      "discoveryVersion": "v1",
 | 
|      "documentationLink": "https://developers.google.com/google-apps/calendar/firstapp",
 | 
| -    "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/3TIluKzGnmlgn-X1RwEHoHNPo5w\"",
 | 
| +    "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/vYgKdX3g1VPmww06h2PorJos8j4\"",
 | 
|      "icons": {
 | 
|          "x16": "http://www.google.com/images/icons/product/calendar-16.png",
 | 
|          "x32": "http://www.google.com/images/icons/product/calendar-32.png"
 | 
| @@ -1557,7 +1557,7 @@
 | 
|              }
 | 
|          }
 | 
|      },
 | 
| -    "revision": "20170221",
 | 
| +    "revision": "20170319",
 | 
|      "rootUrl": "https://www.googleapis.com/",
 | 
|      "schemas": {
 | 
|          "Acl": {
 | 
| @@ -1936,6 +1936,42 @@
 | 
|              },
 | 
|              "type": "object"
 | 
|          },
 | 
| +        "DeepLinkData": {
 | 
| +            "id": "DeepLinkData",
 | 
| +            "properties": {
 | 
| +                "links": {
 | 
| +                    "items": {
 | 
| +                        "$ref": "Link"
 | 
| +                    },
 | 
| +                    "type": "array"
 | 
| +                },
 | 
| +                "url": {
 | 
| +                    "type": "string"
 | 
| +                }
 | 
| +            },
 | 
| +            "type": "object"
 | 
| +        },
 | 
| +        "DisplayInfo": {
 | 
| +            "id": "DisplayInfo",
 | 
| +            "properties": {
 | 
| +                "appIconUrl": {
 | 
| +                    "type": "string"
 | 
| +                },
 | 
| +                "appShortTitle": {
 | 
| +                    "type": "string"
 | 
| +                },
 | 
| +                "appTitle": {
 | 
| +                    "type": "string"
 | 
| +                },
 | 
| +                "linkShortTitle": {
 | 
| +                    "type": "string"
 | 
| +                },
 | 
| +                "linkTitle": {
 | 
| +                    "type": "string"
 | 
| +                }
 | 
| +            },
 | 
| +            "type": "object"
 | 
| +        },
 | 
|          "Error": {
 | 
|              "id": "Error",
 | 
|              "properties": {
 | 
| @@ -2376,6 +2412,20 @@
 | 
|              },
 | 
|              "type": "object"
 | 
|          },
 | 
| +        "EventHabitInstance": {
 | 
| +            "id": "EventHabitInstance",
 | 
| +            "properties": {
 | 
| +                "data": {
 | 
| +                    "$ref": "HabitInstanceData",
 | 
| +                    "description": "Metadata specific to this instance."
 | 
| +                },
 | 
| +                "parentId": {
 | 
| +                    "description": "Id of the habit this instance belongs to.",
 | 
| +                    "type": "string"
 | 
| +                }
 | 
| +            },
 | 
| +            "type": "object"
 | 
| +        },
 | 
|          "EventReminder": {
 | 
|              "id": "EventReminder",
 | 
|              "properties": {
 | 
| @@ -2592,6 +2642,60 @@
 | 
|              },
 | 
|              "type": "object"
 | 
|          },
 | 
| +        "HabitInstanceData": {
 | 
| +            "id": "HabitInstanceData",
 | 
| +            "properties": {
 | 
| +                "status": {
 | 
| +                    "type": "string"
 | 
| +                },
 | 
| +                "statusInferred": {
 | 
| +                    "type": "boolean"
 | 
| +                },
 | 
| +                "type": {
 | 
| +                    "type": "string"
 | 
| +                }
 | 
| +            },
 | 
| +            "type": "object"
 | 
| +        },
 | 
| +        "LaunchInfo": {
 | 
| +            "id": "LaunchInfo",
 | 
| +            "properties": {
 | 
| +                "appId": {
 | 
| +                    "type": "string"
 | 
| +                },
 | 
| +                "installUrl": {
 | 
| +                    "type": "string"
 | 
| +                },
 | 
| +                "intentAction": {
 | 
| +                    "type": "string"
 | 
| +                },
 | 
| +                "uri": {
 | 
| +                    "type": "string"
 | 
| +                }
 | 
| +            },
 | 
| +            "type": "object"
 | 
| +        },
 | 
| +        "Link": {
 | 
| +            "id": "Link",
 | 
| +            "properties": {
 | 
| +                "applinkingSource": {
 | 
| +                    "type": "string"
 | 
| +                },
 | 
| +                "displayInfo": {
 | 
| +                    "$ref": "DisplayInfo"
 | 
| +                },
 | 
| +                "launchInfo": {
 | 
| +                    "$ref": "LaunchInfo"
 | 
| +                },
 | 
| +                "platform": {
 | 
| +                    "type": "string"
 | 
| +                },
 | 
| +                "url": {
 | 
| +                    "type": "string"
 | 
| +                }
 | 
| +            },
 | 
| +            "type": "object"
 | 
| +        },
 | 
|          "Setting": {
 | 
|              "id": "Setting",
 | 
|              "properties": {
 | 
| 
 |