Skip to content

coopdevs/webcal_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webcal Exporter

Beta License: AGPL-3 coopdevs/webcal_exporter

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

Configuration

  1. Go to the user profile and fill in the following fields under the Calendar Export section:
  • Calendar URL
  • Calendar User
  • Calendar Password
  1. 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.6 (2024-03-11)

Bugfixes

  • Create event if UUID not found when updating events

14.0.1.0.5 (2024-03-11)

Bugfixes

  • Export event for all attendees
  • Respect calendar user choice when updating events

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 💡

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. 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.

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

Credits

Authors

  • Coopdevs

Contributors

Maintainers

This module is part of the coopdevs/webcal_exporter project on GitHub.

You are welcome to contribute.