User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:calendar_google_integration [2015/11/30 10:39]
joebordes [Configuring your connection with Google Calendar]
en:calendar_google_integration [2016/09/10 02:01] (current)
Line 20: Line 20:
 <WRAP center round important 70%>​Important note: Events added from Google to coreBOS have to be updated/​edited/​moved in the Calendar only (not in the Google calendar) in order to synchronize the changes done in the Calendar towards Google calendar.</​WRAP>​ <WRAP center round important 70%>​Important note: Events added from Google to coreBOS have to be updated/​edited/​moved in the Calendar only (not in the Google calendar) in order to synchronize the changes done in the Calendar towards Google calendar.</​WRAP>​
  
 +
 +===== Separating Events/​Calendars =====
 +
 +??? The problem I am facing is that personal events that I have on my Google calendar are showing up on my task list in coreBOS. How can I get this to stop?  I do not keep 2 calendars and I prefer to work with only one. I see in calendar settings that "​Google is connected"​ for my user name. Is this why my task list is picking up everything from my Google calendar?
 +
 +!!! Have a [[en:​calendar_google_separating_events|read at this page]] for some indications.
  
  
Line 50: Line 56:
  
  
-=====Here'​s ​a step by step guide to help you configure your Google Account.=====+=====Here ​is a step by step guide to help you configure your Google Account.=====
  
 1.- Go to the link [[https://​console.developers.google.com/​project]] 1.- Go to the link [[https://​console.developers.google.com/​project]]
Line 130: Line 136:
  
 That's it. Enjoy! That's it. Enjoy!
 +
 +
 +===== Considerations =====
 +
 +  * Google calendar update cron updates only **NOT HELD** events:<​code>​ (vtiger_activity.status != '​Held'​ OR vtiger_activity.status IS NULL)</​code>​
 +  * Deleting the event from google calendar doesn'​t delete it from the calendar in Corebos just from the table of google cal events
 +  * Deleting a google calendar event from Corebos is done one by one (just for the deleted records) using the beforedelete handler.
 +
 +
 +