Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Adding the Calender plugin
Browse files Browse the repository at this point in the history
Working on #19
  • Loading branch information
jakevis committed Mar 23, 2018
1 parent af86059 commit faa0bee
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Queercon/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,7 @@
<engine name="ios" spec="4.5.4" />
<allow-navigation href="http://172.16.35.88:8100" />
<plugin name="cordova-plugin-inappbrowser" spec="^2.0.2" />
<plugin name="cordova-plugin-calendar" spec="^5.0.0">
<variable name="CALENDAR_USAGE_DESCRIPTION" value="This app will add events to your calendar is you want it" />
</plugin>
</widget>
5 changes: 5 additions & 0 deletions Queercon/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Queercon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"cordova-plugin-appcenter-crashes": "^0.1.3",
"cordova-plugin-appcenter-push": "^0.1.3",
"cordova-plugin-appcenter-shared": "^0.1.3",
"cordova-plugin-calendar": "^5.0.0",
"cordova-plugin-code-push": "^1.11.7",
"cordova-plugin-device": "^2.0.1",
"cordova-plugin-dialogs": "^2.0.1",
Expand Down Expand Up @@ -67,7 +68,10 @@
"cordova-plugin-zip": {},
"cordova-plugin-appcenter-push": {},
"cordova-plugin-code-push": {},
"cordova-plugin-inappbrowser": {}
"cordova-plugin-inappbrowser": {},
"cordova-plugin-calendar": {
"CALENDAR_USAGE_DESCRIPTION": "This app will add events to your calendar is you want it"
}
},
"platforms": [
"android",
Expand Down
9 changes: 5 additions & 4 deletions Queercon/src/pages/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
<ion-content padding>
<img src="assets/imgs/full_name_band.png">
<p>
This starter project comes with simple tabs-based layout for apps
that are going to primarily use a Tabbed UI.
Welcome to the new QC App. Please check back reguarly as we continue to enhance it and populate it with content.
</p>
<p>
Take a look at the <code>src/pages/</code> directory to add or change tabs,
update any existing page or create new pages.
Queercon 14 is over, and Queercon 15 is a few months away, but planning is in full swing. We also have a very active communitly with many events hosted around the US (and the world). Please check out "Stay in Touch", to connect with local groups.
</p>
<p>
Interested in running a Queercon event in your home town? or starting a locals group? please reach out to us!
</p>

</ion-content>
Expand Down
2 changes: 1 addition & 1 deletion Queercon/www/build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit faa0bee

Please sign in to comment.