-
Notifications
You must be signed in to change notification settings - Fork 217
FAQs
FAQs |
---|
- Why isn't it finding any Outlook calendar items?
- What does the "Merge with existing entries" option do?
- Why am I getting duplicates created?
- Why are my meeting attendees getting notified of updates to Events in Google?!
- Why am I the meeting organiser for all events?
- How do I wipe/reset the configuration?
Known Issues
- Usage Limits Exceeded
- Anti-Virus False Positives
- Windows Defender SmartScreen Protected Your PC
- Old Events Not Observing Daylight Saving
This is normally due to being in a non UK or US timezone which may use a less common date-time format. Try experimenting with different date formats under Settings > Outlook > Regional Date Formats
or even custom date formats such as dd-MMM-yyyy HH:mm
.
📝 Normally including seconds and/or AM
/PM
make things worse, but worth experimenting with everything!
Then click the Test
button to check the expected number of items are now returned. If the test is returning items but the sync is not, check the Outlook category filter to make sure you aren't inadvertently filtering everything out!
If it still doesn't work, check if you have an "Archive" folder configured in Outlook (this happens when you open a .pst file) - it might be that OGCS is syncing with a calendar folder inside here. If so, temporarily close the archive, configure OGCS against the main account calendar and then reopen the archive.
This will preserve calendar events that were not created by this tool, or are not related to the content you are syncing, you can select this option to stop the tool deleting them.
However, it's recommended to sync to a dedicated calendar (contains no other items) if at all possible.
This may be because you have migrated from a different tool to this one, or used an earlier version of it which had a known issue with recurrent events. Please ensure you have Disable deletions
unchecked.
If you have Merge with existing entries
checked, then only items that you have deleted in the source calendar (eg Outlook) will be deleted in the target calendar (e.g. Google).
Unfortunately, this is nothing OGCS is doing, but several reports of it have been made. It would appear from several similar postings on Google's forums (here and here), that this was an issue that plagued it's own original calendar sync tool...but was never resolved.
In response to this, from v2.6.2, by default OGCS will append ".ogcs" to the email address of the meeting attendees. By "cloaking" the real email address in this way, if Google does attempt to send out unsolicited email, it will be undeliverable.
Of course, you could also completely turn off synchronisation of attendees in the settings of OGCS.
📌 If you were syncing attendees prior to v2.6.2 and wish to now cloak them, it is recommended to force this change for all you events but pressing the Shift
key whilst clicking the Sync
button.
Even though you may not be the organiser in source calendar, you will find you are the meeting organiser in the target calendar. This is a limitation of the Google API - the organiser must be the person who created the event (which is you through OGCS).
If you wish to reset your configuration, so you can start the application as though it's a fresh install:-
- Click the Settings tab, and then Application Behaviour
- Click the
Open Log
button (this will open Windows Explorer) - Close OGCS
- In the Windows Explorer window, select the
settings.xml
file and delete or rename it. - Restart OGCS
Although Google do impose usage limits, there appears to be a bug related to events with multiple recipients with different email address domains. Therefore, if you are continually hitting this problem, try unchecking the sync attendees option.
Unable to add new entries into the Google Calendar. The following error occurred:
Google.Apis.Requests.RequestError
Calendar usage limits exceeded. [403](403)
Errors [
Message[Calendar usage limits exceeded.](Calendar-usage-limits-exceeded.) Location[ - ](---)
Reason[quotaExceeded](quotaExceeded) Domain[usageLimits](usageLimits)
Some AV software may falsely report OGCS as a virus. This is likely due to OGCS accessing the Outlook address book to determine the email address of meeting attendees, which is required in order to sync them.
This being a spare-time project, there's no way I can submit every release of OGCS to every over-zealous AV vendor - support from the user community in doing so would be greatly appreciated 👍
False positive reporting links for some well known AV vendors:-
- AVG - project submitting for whitelisting since v2.5.3
- Avast
- Bitdefender
- F-Secure
- Kapersky
- McAfee
- Symantec / Norton
This is normally the Windows 10 Edge browser marking files that are downloaded from the internet (especially executable files) as blocked by default. To unblock your OGCS download:
- For
Setup.exe
right-click the file and selectProperties
- In the bottom right hand corner, click the
Unblock
button. - Execute
Setup.exe
If you are wanting to use the portable zip release, either double-click the Windows Defender SmartScreen Unblock.ps1
file or follow these steps manually:
-
Winkey+R
and typepowershell
- Change directory to the extracted files
cd C:\my\extracted\files\directory
Get-ChildItem | Unblock-File
- Now run OGCS by double clicking the executable.
As per Issue 239, it appears Outlook may not recalculate the new time properly. In this case, you need to re-open the problematic appointment(s), change the start time, change it back and then save it.