Outlook calendar not updating in Google calendar

Anonymous
2023-01-05T02:03:47+00:00

Hi there!

I use Outlook for work and would like to view my work Outlook calendar on my personal Google calendar. I published my Outlook calendar to my Google calendar using the ICS link as instructed. This worked! However, any new or changed events to my Outlook calendar do not refresh on my Google calendar.

Is there a way for changes to my Outlook calendar to reflect on my Google calendar?

Thanks in advance for your help!

Brandon

Outlook | Windows | Classic Outlook for Windows | For home

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

140 answers

Sort by: Newest
  1. Anonymous
    2023-09-11T13:38:28+00:00

    This app & workaround worked for me -thanks.

    (Hope Google/Outlook sort the issue out so no workaround required!)

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-09-06T14:35:19+00:00

    Is it possible that IT departments for some employers disable the regular syncing of Outlook calendars for security reasons? So, the initial request from Google Calendar gets processed but the IT Policy blocks the regular syncing of the Outlook calendar to Google Calendar. Does that make sense?

    Thanks

    NM

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-08-31T19:57:37+00:00

    This seems to work by adding the calendar to the Calendar app within that particular Android device, but doesn't actually add it to Google Calendars, so you wouldn't be able to see that calendar from any other device.

    Was this answer helpful?

    0 comments No comments
  4. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  5. Anonymous
    2023-08-28T16:53:28+00:00

    Can anyone please provide guidance on my earlier post. When I run it, it begin, refers to my update to the line 28 change I made and then ends. But does not appear to by syncing Outlook calendar into Google. Based on others who have made it work, I presume it is something I have done. Can you please spell out exactly how the edited lines should look - eg - do I delete anything if not used? Any guidance ASAP would be much appreciated as I really need to get this sync happening.

    Thanks,

    Here is my edit of the script. I am using one URL (modified for sharing here) for the Outlook calendar where the information is pulled from and a name for the Google calendar which is created on the Google side.

    *========================================= * SETTINGS*========================================= */

    var sourceCalendars = [ // The ics/ical urls that you want to get events from along with their target calendars (list a new row for each mapping of ICS url to Google Calendar) // For instance: ["https://p24-calendars.icloud.com/holidays/us_en.ics", "US Holidays"]// Or with colors following mapping https://developers.google.com/apps-script/reference/calendar/event-color,// for instance: ["https://p24-calendars.icloud.com/holidays/us_en.ics", "US Holidays", "11"]["https://outlook.office365.com/owa/calendar/******@sample.com/1234567890/calendar.ics", "Name-of-Calendar-in-Google", 11]];

    I removed these two lines:

    ["icsUrl2", "targetCalendar2"], ["icsUrl3", "targetCalendar3"]

    I don't think you can go from Google back to Outlook and I would remove this line:

    ["https://calendar.google.com/calendar/embed?src=??mygooglefilename??", "Al from Oz"]

    Why don't you start fresh and only modify the following line with your Outlook ICS URL and a calendar name for Google:

      ["icsUrl1", "targetCalendar1"]

    Remove the next two lines:

    ["icsUrl2", "targetCalendar2"], ["icsUrl3", "targetCalendar3"]

    Make sure the the next line remains intact:

    ];

    Hope this works.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments