feat: calendar plugin

This commit is contained in:
Thea Schöbl
2022-01-31 15:57:38 +00:00
committed by Rainer Killinger
parent 080e6fa3e8
commit a57c3029df
54 changed files with 2880 additions and 70 deletions

View File

@@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSCalendarsUsageDescription</key>
<string>App uses calendar for schedule sync</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>

View File

@@ -15,5 +15,11 @@
"SplashScreen": "screen",
"SplashScreenDelay": "3000"
}
},
"plugins": {
"LocalNotifications": {}
},
"server": {
"url": "http://141.2.95.77:8100"
}
}

View File

@@ -2,6 +2,10 @@
<widget version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<access origin="*" />
<feature name="Calendar">
<param name="ios-package" value="Calendar"/>
</feature>
<feature name="Device">
<param name="ios-package" value="CDVDevice"/>
</feature>