odoo/addons/google_calendar
Denis Ledoux 798a10082c [FIX] google_calendar: fix allday timezone synchronisation
When syncrhonizing an allday event while being in a negative timezone
e.g. Dec 22 in US/Eastner (-5:00)

The event was synchronized the day before
e.g. Dec 21

because `context_timestamp` of `start date-time-` was used,
and then the time was removed to have the date of the all day event
e.g. 2016-12-22 00:00:00 converted to 2016-12-21 19:00:00 and then the time
removed 2016-12-21.

Instead of using the `start_datetime`, we now use the start
date which stores only the date, without timezone information
(and this is what you would like in the case of an all day event).

opw-697202
2016-12-22 14:48:11 +01:00
..
controllers [FIX] google_calendar: add missing parameter to logger_info 2014-10-06 14:32:28 +02:00
i18n [I18N] Update translation terms from Transifex 2016-12-18 02:58:16 +01:00
security
static [FIX] google_calendar: update tutorial 2015-04-02 14:51:10 +02:00
views
README.md [IMP] Maifest for Github README.md on main apps 2014-08-12 11:33:15 +02:00
__init__.py
__openerp__.py [IMP] Google calendar - add function to allow the cron to run google calendar synchronization 2014-10-03 17:52:31 +02:00
google_calendar.py [FIX] google_calendar: fix allday timezone synchronisation 2016-12-22 14:48:11 +01:00
google_calendar.xml [FIX] calendar: synchro - use current user to synchronize as uid 2015-02-18 13:00:39 +01:00
res_config.py [FIX] google_calendar: do not strip bools 2015-01-20 18:46:03 +01:00
res_config_view.xml [FIX] google_calendar: update tutorial 2015-04-02 14:51:10 +02:00

README.md

Google Calendar

Get your meetings, yours holidays, ... Get your calendar anywhere and never forget an event, fully synchronized with the Odoo Open Source CRM.

Keep an eye on your events

See easily the purpose of the meeting, the start time and also the attendee(s)... All that without click on anything...

Create so easily an event

In just one click you can create an event... You can drag and drop your event if you want moved it to another timing. You can shrink or extend the event if you need to change the start's hours or the duration of your meeting.

Create recurrent event

You can also create recurrent events with only one event. You need to create an event each monday of the week ? With only one it's possible, you could specify the recurrence and if one of this event is moved, or deleted, it's not a problem, you can untie your event from the others recurrences.

See all events you wants

See in your calendar, the event from others peoples where your are attendee, but also their events by simply adding your favorites coworkers. Every coworker will have their own color in your calendar, and every attendee will have their avatar in the event...

Get an email

You will receive an email at creation of an event where you are attendee, but also when this event is updated for some fields as date start, ...

Be notified

You can ask to have a alarm of type 'notification' in your Odoo. You will have a notification in you Odoo which ever the page you are.

Google Calendar

With the plugin Google_calendar, you can synchronize your Odoo calendar with Google Calendar.