Added new app for OSCAR/ONOS integration.
diff --git a/features/features.xml b/features/features.xml
index 49a37f1..899a0e2 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -164,4 +164,11 @@
         <bundle>mvn:org.onlab.onos/onos-app-sdnip/1.0.0-SNAPSHOT</bundle>
     </feature>
 
+    <feature name="onos-app-calendar" version="1.0.0"
+             description="REST interface for scheduling intents from an external calendar">
+        <feature>onos-api</feature>
+        <feature>onos-thirdparty-web</feature>
+        <bundle>mvn:org.onlab.onos/onos-app-calendar/1.0.0-SNAPSHOT</bundle>
+    </feature>
+
 </features>