diff --git a/viin_brand_calendar/__init__.py b/viin_brand_calendar/__init__.py
new file mode 100644
index 00000000..40272379
--- /dev/null
+++ b/viin_brand_calendar/__init__.py
@@ -0,0 +1 @@
+from . import wizard
diff --git a/viin_brand_calendar/__manifest__.py b/viin_brand_calendar/__manifest__.py
new file mode 100644
index 00000000..164c7b2f
--- /dev/null
+++ b/viin_brand_calendar/__manifest__.py
@@ -0,0 +1,62 @@
+{
+ 'name': "Calendar Branding For Viindoo",
+ 'name_vi_VN': "Giao diện Viindoo cho module Calendar",
+
+ 'summary': """
+Theme branding Viindoo for module Calendar""",
+ 'summary_vi_VN': """
+Giao diện brand Viindoo cho module Calendar
+""",
+
+ 'description': """
+What it does
+============
+This module will change color navigate bar, button and logo,v.v in module Calendar following Viindoo's brand
+
+
+Editions Supported
+==================
+1. Community Edition
+2. Enterprise Edition
+
+ """,
+
+ 'description_vi_VN': """
+Ứng dụng này làm gì
+===================
+Module này sẽ thay đổi giao diện module Calendar theo thương hiệu Viindoo
+
+
+Ấn bản được Hỗ trợ
+==================
+1. Ấn bản Community
+2. Ấn bản Enterprise
+
+""",
+
+ 'author': "Viindoo",
+ 'website': "https://viindoo.com",
+ 'live_test_url': "https://v15demo-int.viindoo.com",
+ 'live_test_url_vi_VN': "https://v15demo-vn.viindoo.com",
+ 'support': "apps.support@viindoo.com",
+
+ # Categories can be used to filter modules in modules listing
+ # Check https://github.com/odoo/odoo/blob/16.0/odoo/addons/base/data/ir_module_category_data.xml
+ # for the full list
+ 'category': 'Hidden',
+ 'version': '0.1',
+
+ # any module necessary for this one to work correctly
+ 'depends': ['calendar'],
+
+ # always loaded
+ 'data': [
+ 'views/calendar_views.xml',
+ ],
+ 'installable': True,
+ 'application': False,
+ 'auto_install': True,
+ 'price': 0.0,
+ 'currency': 'EUR',
+ 'license': 'OPL-1',
+}
diff --git a/viin_brand_calendar/i18n/vi_VN.po b/viin_brand_calendar/i18n/vi_VN.po
new file mode 100644
index 00000000..6434ec5b
--- /dev/null
+++ b/viin_brand_calendar/i18n/vi_VN.po
@@ -0,0 +1,21 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * viin_brand_calendar
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 16.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-06-15 06:11+0000\n"
+"PO-Revision-Date: 2023-06-15 06:11+0000\n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
+
+#. module: viin_brand_calendar
+#: model_terms:ir.ui.view,arch_db:viin_brand_calendar.view_calendar_event_form
+msgid " Add Viindoo meeting"
+msgstr ""
diff --git a/viin_brand_calendar/i18n/viin_brand_calendar.pot b/viin_brand_calendar/i18n/viin_brand_calendar.pot
new file mode 100644
index 00000000..9648aadd
--- /dev/null
+++ b/viin_brand_calendar/i18n/viin_brand_calendar.pot
@@ -0,0 +1,21 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * viin_brand_calendar
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 16.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-06-15 06:10+0000\n"
+"PO-Revision-Date: 2023-06-15 06:10+0000\n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
+
+#. module: viin_brand_calendar
+#: model_terms:ir.ui.view,arch_db:viin_brand_calendar.view_calendar_event_form
+msgid " Add Viindoo meeting"
+msgstr " Thêm cuộc họp Viindoo"
diff --git a/viin_brand_calendar/views/calendar_views.xml b/viin_brand_calendar/views/calendar_views.xml
new file mode 100644
index 00000000..3659e1d0
--- /dev/null
+++ b/viin_brand_calendar/views/calendar_views.xml
@@ -0,0 +1,13 @@
+
+
+
+ calendar.event.form
+ calendar.event
+
+
+
+ Add Viindoo meeting
+
+
+
+
diff --git a/viin_brand_calendar/wizard/__init__.py b/viin_brand_calendar/wizard/__init__.py
new file mode 100644
index 00000000..e69de29b
diff --git a/viin_brand_calendar/wizard/calendar_provider_config.xml b/viin_brand_calendar/wizard/calendar_provider_config.xml
new file mode 100644
index 00000000..fab9a0b0
--- /dev/null
+++ b/viin_brand_calendar/wizard/calendar_provider_config.xml
@@ -0,0 +1,22 @@
+
+
+
+
+ calendar.provider.config.view.form
+ calendar.provider.config
+
+
+
+
+ https://www.odoo.com/documentation/16.0/applications/productivity/calendar/google.html
+
+
+ https://www.odoo.com/documentation/16.0/applications/productivity/calendar/google.html
+
+
+
+