Coder Social home page Coder Social logo

coopdevs / webcal_exporter Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 41 KB

Export Odoo calendar events to external webcal

Home Page: https://pypi.org/project/odoo14-addon-webcal-exporter/

Python 44.89% HTML 55.11%
ics nextcloud odoo odoo-addons odoo14 webcal

webcal_exporter's People

Contributors

oyale avatar

Watchers

 avatar  avatar  avatar

Forkers

brimanst

webcal_exporter's Issues

Improve event synchronization (modified and deleted events)

Currently, the module only considers the creation date of events for synchronizing them with the external calendar. This means that events modified in Odoo do not get updated in the external calendar, and events deleted in Odoo do not get removed from the external calendar.

Some ideas:

  1. Consider the update date of events.

  2. Add a boolean to_sync field to calendar events, which will be set to True when an event is created, set to False after being exported, and set to True again when the event is modified. This way, we can easily identify events that need to be synchronized with the external calendar.

  3. Create an automated action that triggers upon modifying or deleting a calendar event. This automated action should:

    a) Update the event in the external calendar if the event was modified in Odoo.
    b) Remove the event from the external calendar if the event was deleted in Odoo.

This enhancement would allow for more accurate synchronization between calendar events in Odoo and the external calendar, keeping both calendars up-to-date with changes made in Odoo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.