Metadata-Version: 2.1
Name: odoo14-addon-webcal_exporter
Version: 14.0.1.0.4
Summary: Export Odoo calendar events to external webcal
Home-page: https://coopdevs.org
Author: Coopdevs
License: AGPL-3
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 14.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: >=3.6

===============
Webcal Exporter
===============

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-coopdevs%2Fwebcal_exporter-lightgray.png?logo=github
    :target: https://github.com/coopdevs/webcal_exporter/tree/14.0/webcal_exporter
    :alt: coopdevs/webcal_exporter

|badge1| |badge2| |badge3| 

This module allows you to export Odoo calendar events to an external webcal (such as Nextcloud) for each user. Users can provide their webcal URL and credentials in their user profile, and the module will automatically export events created within the last hour. A scheduled action runs hourly to check for recent events and export them to the corresponding user's webcal.

Updated or deleted events trigger an update or deletion in the webcal.

**Note:** This module is not really synchronizing events, but rather exporting them to a webcal. This means that events created in the webcal will not be imported back into Odoo.

**Table of contents**

.. contents::
   :local:

Configuration
=============

1. Go to the user profile and fill in the following fields under the Calendar Export section:
  
- Calendar URL  
  
- Calendar User  
  
- Calendar Password  
  
2. Click on "Check Credentials" to verify if the provided credentials are correct.

Usage
=====

Once the user's calendar credentials are set up correctly, the module will automatically export events created within the last hour to the user's external webcal. The scheduled action runs hourly to check for recent events and export them accordingly.

Changelog
=========

14.0.1.0.4 (2023-03-31)
~~~~~~~~~~~~~~~~~~~~~~~

**Bugfixes**

- Allow users edit their own data


14.0.1.0.3 (2023-03-31)
~~~~~~~~~~~~~~~~~~~~~~~

**Features**

- Automatic syncing on edit or unlink
- Create #unsync tag on demand
- Store uuid in calendar.event
- Use uuid as a unique identificator for events :bulb:


14.0.1.0.2 (2023-03-30)
~~~~~~~~~~~~~~~~~~~~~~~

**Bugfixes**

- Prevent duplicate filenames in ics files
- Stringify timestamp in ics filenames.

**Misc**

- Avoid to generate ics if user has no calendar configured.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/coopdevs/webcal_exporter/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/coopdevs/webcal_exporter/issues/new?body=module:%20webcal_exporter%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Coopdevs

Contributors
~~~~~~~~~~~~

- Pelayo <pelayo.garcia@coopdevs.org>

Maintainers
~~~~~~~~~~~

This module is part of the `coopdevs/webcal_exporter <https://github.com/coopdevs/webcal_exporter/tree/14.0/webcal_exporter>`_ project on GitHub.

You are welcome to contribute.
