Skip to content
Snippets Groups Projects
Commit 08c7cda3 authored by 박신혁's avatar 박신혁
Browse files

add android calender

parent 4562d5d8
Branches
No related tags found
No related merge requests found
Showing
with 2862 additions and 0 deletions
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided this notice is
# preserved. This file is offered as-is, without any warranty.
# Names of contributors must not be used to endorse or promote products
# derived from this file without specific prior written permission.
# EditorConfig
# http://EditorConfig.org
# top-most EditorConfig file
root = true
# LF end-of-line, insert an empty new line and UTF-8
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
# Temp files
*~
*.bak
*.backup
\#*
.\#*
*\#
*.swp
*.swap
*.sav
*.save
*.autosav
*.autosave
*.iml
.gradle
/local.properties
/gradle.properties
/.idea/
.DS_Store
/build
/captures
debug.keystore
release.keystore
signing.properties
This diff is collapsed.
LICENSE 0 → 100644
Apache License
Version 2.0, January 2004
https://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "{}"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2017 SimpleMobileTools
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
/build
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
defaultConfig {
applicationId "com.simplemobiletools.calendar"
minSdkVersion 16
targetSdkVersion 27
versionCode 122
versionName "4.0.3"
multiDexEnabled true
setProperty("archivesBaseName", "calendar")
}
signingConfigs {
release
}
buildTypes {
debug {
applicationIdSuffix ".debug"
}
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}
}
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
lintOptions {
checkReleaseBuilds false
abortOnError false
}
}
ext {
leakCanaryVersion = '1.5.4'
}
dependencies {
implementation 'com.simplemobiletools:commons:4.0.15'
implementation 'joda-time:joda-time:2.9.9'
implementation 'com.facebook.stetho:stetho:1.5.0'
implementation 'com.android.support:multidex:1.0.3'
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion"
}
Properties props = new Properties()
def propFile = new File('signing.properties')
if (propFile.canRead()) {
props.load(new FileInputStream(propFile))
if (props != null && props.containsKey('STORE_FILE') && props.containsKey('KEY_ALIAS') && props.containsKey('PASSWORD')) {
android.signingConfigs.release.storeFile = file(props['STORE_FILE'])
android.signingConfigs.release.storePassword = props['PASSWORD']
android.signingConfigs.release.keyAlias = props['KEY_ALIAS']
android.signingConfigs.release.keyPassword = props['PASSWORD']
} else {
println 'signing.properties found but some entries are missing'
android.buildTypes.release.signingConfig = null
}
} else {
println 'signing.properties not found'
android.buildTypes.release.signingConfig = null
}
-keep class com.simplemobiletools.calendar.models.** { *; }
app/src/debug/res/drawable-hdpi/leak_canary_icon.png

4.94 KiB

app/src/debug/res/drawable-xhdpi/leak_canary_icon.png

6.13 KiB

app/src/debug/res/drawable-xxhdpi/leak_canary_icon.png

8.91 KiB

app/src/debug/res/drawable-xxxhdpi/leak_canary_icon.png

8.6 KiB

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_launcher_name">Calendar_debug</string>
<string name="leak_canary_display_activity_label">Calendar Leaks</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.simplemobiletools.calendar"
android:installLocation="auto">
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_CONTACTS"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.READ_CALENDAR"/>
<uses-permission android:name="android.permission.WRITE_CALENDAR"/>
<uses-permission android:name='android.permission.WAKE_LOCK'/>
<uses-permission
android:name="android.permission.USE_FINGERPRINT"
tools:node="remove"/>
<application
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_launcher_name"
android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/AppTheme">
<activity
android:name=".activities.SplashActivity"
android:launchMode="singleTask"
android:theme="@style/SplashTheme">
<intent-filter>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity
android:name=".activities.MainActivity"
android:launchMode="singleTask">
<meta-data
android:name="android.app.default_searchable"
android:resource="@xml/searchable"/>
<intent-filter>
<action android:name="android.intent.action.SEARCH"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:scheme="content"/>
<data android:scheme="file"/>
<data android:mimeType="text/x-vcalendar"/>
<data android:mimeType="text/calendar"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:mimeType="time/epoch"/>
<data android:host="com.android.calendar"/>
<data android:scheme="content"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:mimeType="vnd.android.cursor.item/event"/>
</intent-filter>
</activity>
<activity
android:name=".activities.WidgetMonthlyConfigureActivity"
android:screenOrientation="portrait"
android:theme="@style/MyWidgetConfigTheme">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE"/>
</intent-filter>
</activity>
<activity
android:name=".activities.WidgetListConfigureActivity"
android:screenOrientation="portrait"
android:theme="@style/MyWidgetConfigTheme">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE"/>
</intent-filter>
</activity>
<activity
android:name="com.simplemobiletools.commons.activities.AboutActivity"
android:label="@string/about"
android:parentActivityName=".activities.MainActivity"/>
<activity
android:name="com.simplemobiletools.commons.activities.CustomizationActivity"
android:label="@string/customize_colors"
android:parentActivityName=".activities.SettingsActivity"/>
<activity
android:name="com.simplemobiletools.commons.activities.LicenseActivity"
android:label="@string/third_party_licences"
android:parentActivityName="com.simplemobiletools.commons.activities.AboutActivity"/>
<activity
android:name="com.simplemobiletools.commons.activities.FAQActivity"
android:label="@string/frequently_asked_questions"
android:parentActivityName="com.simplemobiletools.commons.activities.AboutActivity"/>
<activity
android:name=".activities.EventActivity"
android:parentActivityName=".activities.MainActivity">
<intent-filter>
<action android:name="android.intent.action.EDIT"/>
<action android:name="android.intent.action.INSERT"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:mimeType="vnd.android.cursor.item/event"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.EDIT"/>
<action android:name="android.intent.action.INSERT"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:mimeType="vnd.android.cursor.dir/event"/>
</intent-filter>
</activity>
<activity
android:name=".activities.SettingsActivity"
android:label="@string/settings"
android:parentActivityName=".activities.MainActivity"/>
<activity
android:name=".activities.ManageEventTypesActivity"
android:label="@string/event_types"
android:parentActivityName=".activities.SettingsActivity"/>
<activity
android:name=".activities.SnoozeReminderActivity"
android:theme="@style/Theme.Transparent"/>
<receiver
android:name=".helpers.MyWidgetMonthlyProvider"
android:icon="@drawable/img_widget_monthly_preview"
android:label="@string/widget_monthly">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_monthly_info"/>
</receiver>
<receiver
android:name=".helpers.MyWidgetListProvider"
android:icon="@drawable/img_widget_list_preview"
android:label="@string/widget_list">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_list_info"/>
</receiver>
<service
android:name=".services.WidgetService"
android:permission="android.permission.BIND_REMOTEVIEWS"/>
<service android:name=".services.SnoozeService"/>
<receiver android:name=".receivers.NotificationReceiver"/>
<receiver android:name=".receivers.CalDAVSyncReceiver"/>
<receiver android:name=".receivers.BootCompletedReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
<action android:name="android.intent.action.QUICKBOOT_POWERON"/>
<action android:name="com.htc.intent.action.QUICKBOOT_POWERON"/>
</intent-filter>
</receiver>
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths"/>
</provider>
<!-- Do not append ".Orange" to the default alias "name", it would remove the old homescreen launcher of users at upgrade -->
<activity-alias
android:name=".activities.SplashActivity"
android:enabled="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Red"
android:enabled="false"
android:icon="@mipmap/ic_launcher_red"
android:roundIcon="@mipmap/ic_launcher_red"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Pink"
android:enabled="false"
android:icon="@mipmap/ic_launcher_pink"
android:roundIcon="@mipmap/ic_launcher_pink"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Purple"
android:enabled="false"
android:icon="@mipmap/ic_launcher_purple"
android:roundIcon="@mipmap/ic_launcher_purple"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Deep_purple"
android:enabled="false"
android:icon="@mipmap/ic_launcher_deep_purple"
android:roundIcon="@mipmap/ic_launcher_deep_purple"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Indigo"
android:enabled="false"
android:icon="@mipmap/ic_launcher_indigo"
android:roundIcon="@mipmap/ic_launcher_indigo"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Blue"
android:enabled="false"
android:icon="@mipmap/ic_launcher_blue"
android:roundIcon="@mipmap/ic_launcher_blue"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Light_blue"
android:enabled="false"
android:icon="@mipmap/ic_launcher_light_blue"
android:roundIcon="@mipmap/ic_launcher_light_blue"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Cyan"
android:enabled="false"
android:icon="@mipmap/ic_launcher_cyan"
android:roundIcon="@mipmap/ic_launcher_cyan"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Teal"
android:enabled="false"
android:icon="@mipmap/ic_launcher_teal"
android:roundIcon="@mipmap/ic_launcher_teal"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Green"
android:enabled="false"
android:icon="@mipmap/ic_launcher_green"
android:roundIcon="@mipmap/ic_launcher_green"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Light_green"
android:enabled="false"
android:icon="@mipmap/ic_launcher_light_green"
android:roundIcon="@mipmap/ic_launcher_light_green"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Lime"
android:enabled="false"
android:icon="@mipmap/ic_launcher_lime"
android:roundIcon="@mipmap/ic_launcher_lime"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Yellow"
android:enabled="false"
android:icon="@mipmap/ic_launcher_yellow"
android:roundIcon="@mipmap/ic_launcher_yellow"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Amber"
android:enabled="false"
android:icon="@mipmap/ic_launcher_amber"
android:roundIcon="@mipmap/ic_launcher_amber"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Deep_orange"
android:enabled="false"
android:icon="@mipmap/ic_launcher_deep_orange"
android:roundIcon="@mipmap/ic_launcher_deep_orange"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Brown"
android:enabled="false"
android:icon="@mipmap/ic_launcher_brown"
android:roundIcon="@mipmap/ic_launcher_brown"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Blue_grey"
android:enabled="false"
android:icon="@mipmap/ic_launcher_blue_grey"
android:roundIcon="@mipmap/ic_launcher_blue_grey"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
<activity-alias
android:name=".activities.SplashActivity.Grey_black"
android:enabled="false"
android:icon="@mipmap/ic_launcher_grey_black"
android:roundIcon="@mipmap/ic_launcher_grey_black"
android:targetActivity=".activities.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>
</application>
</manifest>
BEGIN:VCALENDAR
BEGIN:VEVENT
SUMMARY:Revolutionary Day
UID:c01410fe-c524-46bd-853e-5e0f396cd735
DTSTART;VALUE=DATE:19541101
DTEND;VALUE=DATE:19541102
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Independence Day
UID:15f94b62-fc7e-4328-9455-5b910e1b00e4
DTSTART;VALUE=DATE:19620705
DTEND;VALUE=DATE:19620706
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:New Year's Day
UID:25a90d5e-8bcc-4c4f-b759-c57ad5d6a8f3
DTSTART;VALUE=DATE:20070101
DTEND;VALUE=DATE:20070102
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Labor Day
UID:8a873eed-fb68-4397-ae3d-24729443f8db
DTSTART;VALUE=DATE:20070501
DTEND;VALUE=DATE:20070502
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
END:VCALENDAR
BEGIN:VCALENDAR
BEGIN:VEVENT
SUMMARY:Año Nuevo
UID:Argentina1
DTSTART;VALUE=DATE:20170101
DTEND;VALUE=DATE:20170102
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Día de la Verdad y la Justicia
UID:Argentina2
DTSTART;VALUE=DATE:20170324
DTEND;VALUE=DATE:20170325
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Día del Veterano y los Caídos en Malvinas
UID:Argentina3
DTSTART;VALUE=DATE:20170402
DTEND;VALUE=DATE:20170403
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Día del Trabajador
UID:Argentina3
DTSTART;VALUE=DATE:20170501
DTEND;VALUE=DATE:20170502
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Día de la Revolución de Mayo
UID:Argentina4
DTSTART;VALUE=DATE:20170525
DTEND;VALUE=DATE:20170526
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Paso a la Inmortalidad del Gral. Belgrano
UID:Argentina5
DTSTART;VALUE=DATE:20170620
DTEND;VALUE=DATE:20170621
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Día de la Independencia
UID:Argentina6
DTSTART;VALUE=DATE:20170709
DTEND;VALUE=DATE:20170710
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Inmaculada Concepción de María
UID:Argentina7
DTSTART;VALUE=DATE:20171208
DTEND;VALUE=DATE:20171209
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Navidad
UID:Argentina8
DTSTART;VALUE=DATE:20171225
DTEND;VALUE=DATE:20171226
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Paso a la Inmortalidad del Gral. San Martín
UID:Argentina9
DTSTART;VALUE=DATE:20170821
DTEND;VALUE=DATE:20170822
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Día del Respeto a la Diversidad Cultural
UID:Argentina10
DTSTART;VALUE=DATE:20171016
DTEND;VALUE=DATE:20171017
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Día de la Soberanía Nacional
UID:Argentina11
DTSTART;VALUE=DATE:20171120
DTEND;VALUE=DATE:20171121
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:Argentina12
DTSTART;VALUE=DATE:20180212
DTEND;VALUE=DATE:20180214
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Viernes Santo
UID:Argentina13
DTSTART;VALUE=DATE:20180330
DTEND;VALUE=DATE:20180331
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Paso a la Inmortalidad del Gral. Güemes
UID:Argentina14
DTSTART;VALUE=DATE:20180617
DTEND;VALUE=DATE:20180618
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Día del Respeto a la Diversidad Cultural
UID:Argentina15
DTSTART;VALUE=DATE:20181015
DTEND;VALUE=DATE:20181016
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Día de la Soberanía Nacional
UID:Argentina16
DTSTART;VALUE=DATE:20181119
DTEND;VALUE=DATE:20181120
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:Argentina16
DTSTART;VALUE=DATE:20190304
DTEND;VALUE=DATE:20190306
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Viernes Santo
UID:Argentina17
DTSTART;VALUE=DATE:20190419
DTEND;VALUE=DATE:20190420
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Paso a la Inmortalidad del Gral. Güemes
UID:Argentina18
DTSTART;VALUE=DATE:20190617
DTEND;VALUE=DATE:20190618
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Paso a la Inmortalidad del Gral. San Martín
UID:Argentina19
DTSTART;VALUE=DATE:20190817
DTEND;VALUE=DATE:20190818
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Día del Respeto a la Diversidad Cultural
UID:Argentina19
DTSTART;VALUE=DATE:20191012
DTEND;VALUE=DATE:20191013
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Día de la Soberanía Nacional
UID:Argentina20
DTSTART;VALUE=DATE:20191118
DTEND;VALUE=DATE:20191119
STATUS:CONFIRMED
END:VEVENT
END:VCALENDAR
BEGIN:VCALENDAR
BEGIN:VEVENT
SUMMARY:New Year's Day
UID:aus-123
DTSTART;VALUE=DATE:20180101
DTEND;VALUE=DATE:20180102
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Australia Day
UID:aus-127
DTSTART;VALUE=DATE:20180126
DTEND;VALUE=DATE:20180127
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Good Friday
UID:aus-129
DTSTART;VALUE=DATE:20180330
DTEND;VALUE=DATE:20180331
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Easter Saturday
UID:aus-131
DTSTART;VALUE=DATE:20180331
DTEND;VALUE=DATE:20180401
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Easter Sunday
UID:aus-133
DTSTART;VALUE=DATE:20180401
DTEND;VALUE=DATE:20180402
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Easter Monday
UID:aus-135
DTSTART;VALUE=DATE:20180402
DTEND;VALUE=DATE:20180403
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Anzac Day
UID:aus-137
DTSTART;VALUE=DATE:20180425
DTEND;VALUE=DATE:20180426
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Queen's Birthday
UID:aus-139
DTSTART;VALUE=DATE:20180611
DTEND;VALUE=DATE:20180612
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Bank Holiday
UID:aus-141
DTSTART;VALUE=DATE:20180806
DTEND;VALUE=DATE:20180806
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Labour Day
UID:aus-143
DTSTART;VALUE=DATE:20181001
DTEND;VALUE=DATE:20181001
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Christmas Day
UID:aus-145
DTSTART;VALUE=DATE:20181225
DTEND;VALUE=DATE:20181226
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Boxing Day
UID:aus-147
DTSTART;VALUE=DATE:20181226
DTEND;VALUE=DATE:20181227
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
END:VCALENDAR
BEGIN:VCALENDAR
BEGIN:VEVENT
UID:enrico-aut-20180101@kayaposoft.com
DTSTART;VALUE=DATE:20180101
DTEND;VALUE=DATE:20180102
SUMMARY:Neujahr
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20180106@kayaposoft.com
DTSTART;VALUE=DATE:20180106
DTEND;VALUE=DATE:20180107
SUMMARY:Heilige Drei Könige
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20180402@kayaposoft.com
DTSTART;VALUE=DATE:20180402
DTEND;VALUE=DATE:20180403
SUMMARY:Ostermontag
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20180501@kayaposoft.com
DTSTART;VALUE=DATE:20180501
DTEND;VALUE=DATE:20180502
SUMMARY:Staatsfeiertag
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20180510@kayaposoft.com
DTSTART;VALUE=DATE:20180510
DTEND;VALUE=DATE:20180511
SUMMARY:Christi Himmelfahrt
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20180521@kayaposoft.com
DTSTART;VALUE=DATE:20180521
DTEND;VALUE=DATE:20180522
SUMMARY:Pfingstmontag
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20180531@kayaposoft.com
DTSTART;VALUE=DATE:20180531
DTEND;VALUE=DATE:20180601
SUMMARY:Fronleichnam
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20180815@kayaposoft.com
DTSTART;VALUE=DATE:20180815
DTEND;VALUE=DATE:20180816
SUMMARY:Mariä Himmelfahrt
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20181026@kayaposoft.com
DTSTART;VALUE=DATE:20181026
DTEND;VALUE=DATE:20181027
SUMMARY:Nationalfeiertag
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20181101@kayaposoft.com
DTSTART;VALUE=DATE:20181101
DTEND;VALUE=DATE:20181102
SUMMARY:Allerheiligen
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20181208@kayaposoft.com
DTSTART;VALUE=DATE:20181208
DTEND;VALUE=DATE:20181209
SUMMARY:Mariä Empfängnis
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20181225@kayaposoft.com
DTSTART;VALUE=DATE:20181225
DTEND;VALUE=DATE:20181226
SUMMARY:Weihnachten
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20181226@kayaposoft.com
DTSTART;VALUE=DATE:20181226
DTEND;VALUE=DATE:20181227
SUMMARY:Stephanstag
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20190101@kayaposoft.com
DTSTART;VALUE=DATE:20190101
DTEND;VALUE=DATE:20190102
SUMMARY:Neujahr
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20190106@kayaposoft.com
DTSTART;VALUE=DATE:20190106
DTEND;VALUE=DATE:20190107
SUMMARY:Heilige Drei Könige
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20190422@kayaposoft.com
DTSTART;VALUE=DATE:20190422
DTEND;VALUE=DATE:20190423
SUMMARY:Ostermontag
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20190501@kayaposoft.com
DTSTART;VALUE=DATE:20190501
DTEND;VALUE=DATE:20190502
SUMMARY:Staatsfeiertag
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20190530@kayaposoft.com
DTSTART;VALUE=DATE:20190530
DTEND;VALUE=DATE:20190531
SUMMARY:Christi Himmelfahrt
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20190610@kayaposoft.com
DTSTART;VALUE=DATE:20190610
DTEND;VALUE=DATE:20190611
SUMMARY:Pfingstmontag
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20190620@kayaposoft.com
DTSTART;VALUE=DATE:20190620
DTEND;VALUE=DATE:20190621
SUMMARY:Fronleichnam
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20190815@kayaposoft.com
DTSTART;VALUE=DATE:20190815
DTEND;VALUE=DATE:20190816
SUMMARY:Mariä Himmelfahrt
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20191026@kayaposoft.com
DTSTART;VALUE=DATE:20191026
DTEND;VALUE=DATE:20191027
SUMMARY:Nationalfeiertag
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20191101@kayaposoft.com
DTSTART;VALUE=DATE:20191101
DTEND;VALUE=DATE:20191102
SUMMARY:Allerheiligen
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20191208@kayaposoft.com
DTSTART;VALUE=DATE:20191208
DTEND;VALUE=DATE:20191209
SUMMARY:Mariä Empfängnis
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20191225@kayaposoft.com
DTSTART;VALUE=DATE:20191225
DTEND;VALUE=DATE:20191226
SUMMARY:Weihnachten
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20191226@kayaposoft.com
DTSTART;VALUE=DATE:20191226
DTEND;VALUE=DATE:20191227
SUMMARY:Stephanstag
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20200101@kayaposoft.com
DTSTART;VALUE=DATE:20200101
DTEND;VALUE=DATE:20200102
SUMMARY:Neujahr
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20200106@kayaposoft.com
DTSTART;VALUE=DATE:20200106
DTEND;VALUE=DATE:20200107
SUMMARY:Heilige Drei Könige
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20200413@kayaposoft.com
DTSTART;VALUE=DATE:20200413
DTEND;VALUE=DATE:20200414
SUMMARY:Ostermontag
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20200501@kayaposoft.com
DTSTART;VALUE=DATE:20200501
DTEND;VALUE=DATE:20200502
SUMMARY:Staatsfeiertag
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20200521@kayaposoft.com
DTSTART;VALUE=DATE:20200521
DTEND;VALUE=DATE:20200522
SUMMARY:Christi Himmelfahrt
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20200601@kayaposoft.com
DTSTART;VALUE=DATE:20200601
DTEND;VALUE=DATE:20200602
SUMMARY:Pfingstmontag
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20200611@kayaposoft.com
DTSTART;VALUE=DATE:20200611
DTEND;VALUE=DATE:20200612
SUMMARY:Fronleichnam
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20200815@kayaposoft.com
DTSTART;VALUE=DATE:20200815
DTEND;VALUE=DATE:20200816
SUMMARY:Mariä Himmelfahrt
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20201026@kayaposoft.com
DTSTART;VALUE=DATE:20201026
DTEND;VALUE=DATE:20201027
SUMMARY:Nationalfeiertag
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20201101@kayaposoft.com
DTSTART;VALUE=DATE:20201101
DTEND;VALUE=DATE:20201102
SUMMARY:Allerheiligen
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20201208@kayaposoft.com
DTSTART;VALUE=DATE:20201208
DTEND;VALUE=DATE:20201209
SUMMARY:Mariä Empfängnis
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20201225@kayaposoft.com
DTSTART;VALUE=DATE:20201225
DTEND;VALUE=DATE:20201226
SUMMARY:Weihnachten
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
UID:enrico-aut-20201226@kayaposoft.com
DTSTART;VALUE=DATE:20201226
DTEND;VALUE=DATE:20201227
SUMMARY:Stephanstag
STATUS:CONFIRMED
END:VEVENT
END:VCALENDAR
BEGIN:VCALENDAR
BEGIN:VEVENT
SUMMARY:HEMELVAART
UID:f6c6b1c2-c886-4c44-a1d5-739f731b7c72
DTSTART;VALUE=DATE:20170525
DTEND;VALUE=DATE:20170526
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:PINKSTEREN
UID:ce980cca-ce88-41be-8dc2-1cffefff0ceb
DTSTART;VALUE=DATE:20170604
DTEND;VALUE=DATE:20170605
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:2de PINKSTERENDAG
UID:bb37cdf2-9b23-44f6-b18b-0d9258169403
DTSTART;VALUE=DATE:20170605
DTEND;VALUE=DATE:20170606
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Aswoensdag
UID:94b165dc-e0e6-416e-9033-a5c0862fbcf8
DTSTART;VALUE=DATE:20180214
DTEND;VALUE=DATE:20180215
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:PASEN
UID:be9c7fbc-42cd-4c74-b8a9-4f8f483849a4
DTSTART;VALUE=DATE:20180401
DTEND;VALUE=DATE:20180402
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:2de PAASDAG
UID:fd50581a-c08e-4e75-a10d-08baf619203f
DTSTART;VALUE=DATE:20180402
DTEND;VALUE=DATE:20180403
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:HEMELVAART
UID:7d72a20d-83e7-4e6a-8ff2-261da27b03aa
DTSTART;VALUE=DATE:20180510
DTEND;VALUE=DATE:20180511
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:PINKSTEREN
UID:9fdcd64d-6c28-44f3-826b-496b04631b2d
DTSTART;VALUE=DATE:20180520
DTEND;VALUE=DATE:20180521
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:2de PINKSTERENDAG
UID:74d25bb5-eae4-4fce-b56e-42383a9a25a1
DTSTART;VALUE=DATE:20180521
DTEND;VALUE=DATE:20180522
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Aswoensdag
UID:23e1b254-17c4-4f85-b789-8c63bce19afd
DTSTART;VALUE=DATE:20190306
DTEND;VALUE=DATE:20190307
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Valentijn
UID:3130fc66-96e3-4a0e-81ac-6a5ecd4dfce3
DTSTART;VALUE=DATE:20190314
DTEND;VALUE=DATE:20190315
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:PASEN
UID:9042a06a-3004-4c9e-a419-729f066d831e
DTSTART;VALUE=DATE:20190421
DTEND;VALUE=DATE:20190422
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:2de PAASDAG
UID:35098c0c-51d3-4ffc-abc4-2a2fc8e01a93
DTSTART;VALUE=DATE:20190422
DTEND;VALUE=DATE:20190423
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:HEMELVAART
UID:73e7dc8b-79de-49e3-b41c-b0943f57ff03
DTSTART;VALUE=DATE:20190523
DTEND;VALUE=DATE:20190524
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:PINKSTEREN
UID:ceb2d711-4529-4a7f-beca-c3a10eb1f647
DTSTART;VALUE=DATE:20190602
DTEND;VALUE=DATE:20190603
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:2de PINKSTERENDAG
UID:43b88e5d-3dba-4711-8b90-2e1b813ca7c3
DTSTART;VALUE=DATE:20190603
DTEND;VALUE=DATE:20190604
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Aswoensdag
UID:722b7424-bada-41fc-8e32-cba3d93327f0
DTSTART;VALUE=DATE:20200226
DTEND;VALUE=DATE:20200227
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:PASEN
UID:02fa5cde-594d-4825-adb1-960f61ad9838
DTSTART;VALUE=DATE:20200412
DTEND;VALUE=DATE:20200413
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:2de PAASDAG
UID:ff7a663e-46c6-4fdf-961c-e0cbc785c831
DTSTART;VALUE=DATE:20200413
DTEND;VALUE=DATE:20200414
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:HEMELVAART
UID:e0334a6a-767b-4957-8e4c-d61282c3f749
DTSTART;VALUE=DATE:20200521
DTEND;VALUE=DATE:20200522
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:PINKSTEREN
UID:1a0795a2-827e-4b75-982d-de504c8915ae
DTSTART;VALUE=DATE:20200531
DTEND;VALUE=DATE:20200601
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:2de PINKSTERENDAG
UID:315187d7-7183-4e7b-b5ed-dfcbb939797a
DTSTART;VALUE=DATE:20200601
DTEND;VALUE=DATE:20200602
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Aswoensdag
UID:00921b36-2bc1-46af-b31b-72c7a97c4798
DTSTART;VALUE=DATE:20210217
DTEND;VALUE=DATE:20210218
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:PASEN
UID:738e4e02-2d8b-4911-b0cd-88688685ffd5
DTSTART;VALUE=DATE:20210404
DTEND;VALUE=DATE:20210405
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:2de PAASDAG
UID:30c0954b-c8bf-4ea1-a125-42635e297e3f
DTSTART;VALUE=DATE:20210405
DTEND;VALUE=DATE:20210406
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:HEMELVAART
UID:cb19eb72-1981-40e1-bc35-a7430874f2f8
DTSTART;VALUE=DATE:20210513
DTEND;VALUE=DATE:20210514
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:PINKSTEREN
UID:a8820fe0-5dd5-4435-b3b1-6fe4153a4916
DTSTART;VALUE=DATE:20210523
DTEND;VALUE=DATE:20210524
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:2de PINKSTERENDAG
UID:115e66c0-4022-4e75-8910-17140957c587
DTSTART;VALUE=DATE:20210524
DTEND;VALUE=DATE:20210525
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Aswoensdag
UID:e14de088-276e-420b-a5cf-fe50eda58a04
DTSTART;VALUE=DATE:20220302
DTEND;VALUE=DATE:20220303
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:PASEN
UID:6a9c5350-feeb-43c5-b48e-9270ccf5a59f
DTSTART;VALUE=DATE:20220417
DTEND;VALUE=DATE:20220418
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:2de PAASDAG
UID:9cc94126-e27c-4069-aaf7-82a22903ac9e
DTSTART;VALUE=DATE:20220418
DTEND;VALUE=DATE:20220419
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:HEMELVAART
UID:464440b6-4cf6-45de-be8f-a1a453483a73
DTSTART;VALUE=DATE:20220526
DTEND;VALUE=DATE:20220527
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:PINKSTEREN
UID:8f9f07ed-1ccf-4c8d-bdcc-e66bfe94023e
DTSTART;VALUE=DATE:20220605
DTEND;VALUE=DATE:20220606
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:2de PINKSTERENDAG
UID:852878ae-bfae-4ff8-9743-21f43ffe531d
DTSTART;VALUE=DATE:20220606
DTEND;VALUE=DATE:20220607
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:NIEUWJAAR
UID:e0cb8f81-dbb9-4235-a60d-123dd2c2ba52
DTSTART;VALUE=DATE:20110101
DTEND;VALUE=DATE:20110102
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:FEEST VAN DE ARBEID
UID:4c6330e2-a8f6-47f4-b983-5fa66b61e794
DTSTART;VALUE=DATE:20110501
DTEND;VALUE=DATE:20110502
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Vlaamse feestdag
UID:ab715718-0d44-4e0e-ba15-2542c2c2fe28
DTSTART;VALUE=DATE:20110711
DTEND;VALUE=DATE:20110712
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:NATIONALE FEESTDAG
UID:915c6b06-ae23-4373-8554-c7298ea6954d
DTSTART;VALUE=DATE:20110721
DTEND;VALUE=DATE:20110722
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:ONZE LIEVE VROUW HEMELVAART
UID:233bdc02-f75a-414f-9b94-4564f4446c09
DTSTART;VALUE=DATE:20110815
DTEND;VALUE=DATE:20110816
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:ALLERHEILIGEN
UID:de66e692-bffa-4b09-9dc6-565482e61db0
DTSTART;VALUE=DATE:20111101
DTEND;VALUE=DATE:20111102
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:WAPENSTILSTAND
UID:38a79322-a130-48a0-b83b-174cb8a5f933
DTSTART;VALUE=DATE:20111111
DTEND;VALUE=DATE:20111112
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:KERSTMIS
UID:4f17a100-d003-4046-8c74-9d9d1c01ade0
DTSTART;VALUE=DATE:20111225
DTEND;VALUE=DATE:20111226
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Valentijn
UID:50111cbb-45eb-4010-a3cd-c098dda38c27
DTSTART;VALUE=DATE:20120214
DTEND;VALUE=DATE:20120215
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
END:VCALENDAR
BEGIN:VCALENDAR
BEGIN:VEVENT
SUMMARY:Corpus Christi
UID:5188576b-eef7-477c-82bd-f84ab9ea16a4
DTSTART;VALUE=DATE:20170615
DTEND;VALUE=DATE:20170616
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:be1e70d3-1c36-45a0-85c9-1ac7ba9ac761
DTSTART;VALUE=DATE:20180212
DTEND;VALUE=DATE:20180213
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Martes de Ch'alla
UID:9cb1e170-f0e6-4fd5-afc3-4ed4619a0811
DTSTART;VALUE=DATE:20180213
DTEND;VALUE=DATE:20180214
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Viernes Santo
UID:7f88a260-94cf-4990-8422-7e9d5d0540e0
DTSTART;VALUE=DATE:20180330
DTEND;VALUE=DATE:20180331
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Corpus Christi
UID:05ce623c-e151-4656-9939-266624681df9
DTSTART;VALUE=DATE:20180531
DTEND;VALUE=DATE:20180601
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:d3a0ca0f-47e5-437e-9ece-d8a71ae89d58
DTSTART;VALUE=DATE:20190304
DTEND;VALUE=DATE:20190305
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Martes de Ch'alla
UID:6c5b7101-16b1-4b4f-906b-637c9bf311b2
DTSTART;VALUE=DATE:20190305
DTEND;VALUE=DATE:20190306
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Viernes Santo
UID:78aa8b7b-6e4e-4896-b57f-26017c078db2
DTSTART;VALUE=DATE:20190419
DTEND;VALUE=DATE:20190420
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Corpus Christi
UID:40023221-0c8f-4470-a647-1a71f9e171f2
DTSTART;VALUE=DATE:20190620
DTEND;VALUE=DATE:20190621
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:960f012a-6e22-46e6-81fb-674d062536a3
DTSTART;VALUE=DATE:20200224
DTEND;VALUE=DATE:20200225
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Martes de Ch'alla
UID:7bbfccc3-5ca2-4600-ae7d-da433c2ebead
DTSTART;VALUE=DATE:20200225
DTEND;VALUE=DATE:20200226
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Viernes Santo
UID:e799bfee-65ef-460d-997c-be2dd5c4dadc
DTSTART;VALUE=DATE:20200410
DTEND;VALUE=DATE:20200411
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Corpus Christi
UID:05ab683f-bbb9-4ff3-874f-0bdb8c2a65bf
DTSTART;VALUE=DATE:20200611
DTEND;VALUE=DATE:20200612
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Año Nuevo
UID:e2973a06-6aa6-4a87-95a9-7dacb21cb215
DTSTART;VALUE=DATE:20100101
DTEND;VALUE=DATE:20100102
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Regional: Aniversario de Oruro
UID:196cd97a-f4bd-4314-8544-44670fbebe2f
DTSTART;VALUE=DATE:20100210
DTEND;VALUE=DATE:20100211
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Día del mar
UID:880fb429-622c-42d4-b066-cc6128965df9
DTSTART;VALUE=DATE:20100323
DTEND;VALUE=DATE:20100324
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Día de Trabajador
UID:5a1e937a-2180-44bb-b35f-fe1ee85700f2
DTSTART;VALUE=DATE:20100501
DTEND;VALUE=DATE:20100502
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Regional: Aniversario de Chuquisaca
UID:8c5e46b0-7691-4cb2-a053-55cb284880f8
DTSTART;VALUE=DATE:20100525
DTEND;VALUE=DATE:20100526
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Regional: Aniversario de La Paz
UID:5e1a697f-7480-4e1b-8743-c460d07e2a65
DTSTART;VALUE=DATE:20100716
DTEND;VALUE=DATE:20100717
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Día de la Independencia
UID:da99fb8b-1992-4759-8819-29862f25bd72
DTSTART;VALUE=DATE:20100806
DTEND;VALUE=DATE:20100807
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Regional: Aniversario de Cochambamba
UID:e401e40e-52ff-433f-83f5-c1c7f6788b98
DTSTART;VALUE=DATE:20100914
DTEND;VALUE=DATE:20100915
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Regional: Aniversario de Santa Cruz de la Sierra
UID:b926d2e2-d9d3-4f03-834b-eb74c86c54fa
DTSTART:20100924T130000Z
DTEND:20100924T140000Z
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Regional: Aniversario de Pando
UID:f4f962d5-cd55-4a44-a63c-b97fc0f3327b
DTSTART;VALUE=DATE:20101011
DTEND;VALUE=DATE:20101012
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Fiesta de Todos los Santos
UID:75fe8dbd-a8f9-4dc7-9b4f-71fbeafadfe2
DTSTART;VALUE=DATE:20101102
DTEND;VALUE=DATE:20101103
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Regional: Aniversario de Potosí
UID:3b0d3d17-fb0b-49ce-8d64-1f218b3b47a7
DTSTART;VALUE=DATE:20101110
DTEND;VALUE=DATE:20101111
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Navidad
UID:53052b8b-9710-488f-84e4-e15a270a000f
DTSTART;VALUE=DATE:20101225
DTEND;VALUE=DATE:20101226
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
END:VCALENDAR
BEGIN:VCALENDAR
BEGIN:VEVENT
SUMMARY:Corpus Christi
UID:e77eca83-871f-4ac8-97c2-0bca08ab9c2a
DTSTART;VALUE=DATE:20170615
DTEND;VALUE=DATE:20170616
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:8cd3cd18-1b75-4711-afe0-07ab4e81e51a
DTSTART;VALUE=DATE:20180210
DTEND;VALUE=DATE:20180211
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:6753cf0a-b94e-47a6-a81c-b683475664f4
DTSTART;VALUE=DATE:20180211
DTEND;VALUE=DATE:20180212
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:52504836-b825-475b-86dc-4f386edb3ba3
DTSTART;VALUE=DATE:20180212
DTEND;VALUE=DATE:20180213
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:a405d8d0-8c23-42f5-a32c-b08c8073c463
DTSTART;VALUE=DATE:20180213
DTEND;VALUE=DATE:20180214
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Cinzas
UID:5077ddcf-ca4c-4207-abc4-301b7cfc5687
DTSTART:20180213T230000Z
DTEND:20180214T130000Z
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Paixão de Cristo
UID:4bfa5f27-ceda-41d7-ba2e-b1650f0bea54
DTSTART;VALUE=DATE:20180330
DTEND;VALUE=DATE:20180331
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Páscoa
UID:369576b5-e46a-489f-9f8c-888f641b4aaf
DTSTART;VALUE=DATE:20180401
DTEND;VALUE=DATE:20180402
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Corpus Christi
UID:19e096e0-df92-4de5-ae80-7f00a61a6f4a
DTSTART;VALUE=DATE:20180531
DTEND;VALUE=DATE:20180601
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:860a732f-4fb1-4b63-9814-d1f806315009
DTSTART;VALUE=DATE:20190302
DTEND;VALUE=DATE:20190303
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:35314a5e-5aa4-4790-96c2-55494a755396
DTSTART;VALUE=DATE:20190303
DTEND;VALUE=DATE:20190304
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:a8d07bcb-84bf-4ccc-815b-53a76a15ce16
DTSTART;VALUE=DATE:20190304
DTEND;VALUE=DATE:20190305
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:36ce5bf2-9e91-41be-99be-085091e44529
DTSTART;VALUE=DATE:20190305
DTEND;VALUE=DATE:20190306
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Cinzas
UID:83252ad4-1440-485f-8692-0c7f414964f0
DTSTART:20190305T230000Z
DTEND:20190306T130000Z
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Paixão de Cristo
UID:15a703bb-8974-4d74-a01a-8c6da88008b5
DTSTART;VALUE=DATE:20190419
DTEND;VALUE=DATE:20190420
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Páscoa
UID:6379f90b-af84-4acb-8e7f-a69a7e101d73
DTSTART;VALUE=DATE:20190421
DTEND;VALUE=DATE:20190422
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Corpus Christi
UID:891f9d34-9709-4fd6-86ff-072e08b03154
DTSTART;VALUE=DATE:20190620
DTEND;VALUE=DATE:20190621
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:3c44f372-514d-49dd-ba49-630b3c557fe5
DTSTART;VALUE=DATE:20200222
DTEND;VALUE=DATE:20200223
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:aeeee39d-c448-4722-bd7b-6d69f7abcf5e
DTSTART;VALUE=DATE:20200223
DTEND;VALUE=DATE:20200224
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:9515a760-be8f-450c-8182-2e1310fd2704
DTSTART;VALUE=DATE:20200224
DTEND;VALUE=DATE:20200225
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Carnaval
UID:70900ae0-3da4-4099-8fed-2fd1f3d250a9
DTSTART;VALUE=DATE:20200225
DTEND;VALUE=DATE:20200226
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Cinzas
UID:d3e200f1-e0dd-4219-b58a-61b1c00db20c
DTSTART:20200225T230000Z
DTEND:20200226T130000Z
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Paixão de Cristo
UID:b1a8bf33-940e-42e0-a64c-c1dd3b7045a0
DTSTART;VALUE=DATE:20200410
DTEND;VALUE=DATE:20200411
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Páscoa
UID:6e639659-ee2f-4f52-ac39-49cabbf0cb8d
DTSTART;VALUE=DATE:20200412
DTEND;VALUE=DATE:20200413
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Corpus Christi
UID:14e309d9-2f87-4efc-a02b-d98f4dd0f9b7
DTSTART;VALUE=DATE:20200611
DTEND;VALUE=DATE:20200612
STATUS:CONFIRMED
END:VEVENT
BEGIN:VEVENT
SUMMARY:Confraternização Universal
UID:2a1776fa-da81-4bea-8d87-66f5862f7ba0
DTSTART;VALUE=DATE:20090101
DTEND;VALUE=DATE:20090102
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Tiradentes
UID:ad668d9a-72e1-498e-9279-3b55dcdf5de6
DTSTART;VALUE=DATE:20090421
DTEND;VALUE=DATE:20090422
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Dia do Trabalho
UID:768ebe6e-c46d-4493-aafc-c720f0a8196f
DTSTART;VALUE=DATE:20090501
DTEND;VALUE=DATE:20090502
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Independência
UID:984030a1-31bd-4bcb-bad5-624f64230b7e
DTSTART;VALUE=DATE:20090907
DTEND;VALUE=DATE:20090908
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Nossa Senhora de Aparecida
UID:0527c464-4b54-4317-912f-10a2dbb69a7b
DTSTART;VALUE=DATE:20091012
DTEND;VALUE=DATE:20091013
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Finados
UID:3fc1d5ae-c27b-4a80-a7c5-58136e8b645b
DTSTART;VALUE=DATE:20091102
DTEND;VALUE=DATE:20091103
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Proclamação da República
UID:fec98fbf-1c5d-4c28-b3e5-a859b4357c0a
DTSTART;VALUE=DATE:20091115
DTEND;VALUE=DATE:20091116
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Natal
UID:74237bec-45c5-4d08-9114-0897596e9fbd
DTSTART;VALUE=DATE:20091225
DTEND;VALUE=DATE:20091226
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
BEGIN:VEVENT
SUMMARY:Véspera de Ano Novo
UID:45cc471f-c2ea-4831-9327-e41d59f2598a
DTSTART:20091231T130000Z
DTEND:20091231T225500Z
STATUS:CONFIRMED
RRULE:FREQ=YEARLY;INTERVAL=1
END:VEVENT
END:VCALENDAR
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment