Skip to content

Releases: raimund89/Outlook-to-Google

OutlookToGoogle v1.2

23 Jan 17:29
Compare
Choose a tag to compare

Some code cleanup, but more importantly support for date range selection and basic event reminders.

NOTE: The setup now includes a check and the web-installer for .NET Framework v4.8, as that is required to run the application. However, the correct working of this web-installer is not verified, as all my systems have v4.8 installed. If it's not working the setup should throw an error, and you have to install .NET Framework v4.8 manually.

What's new

  • Date range selection. Resolution is in months.
  • Cancelled instances of recurring events are fixed. (EDIT: not in Google Calendar)
  • Support for basic (X mins before event) reminders.
  • Code cleanup of the ICS-export function.

Known issues

  • Rescheduled instances of a recurring event are considered cancelled
  • Only Europe/Amsterdam is supported as a timezone
  • Recurring events can also show up outside the date range
  • Several Outlook-specific settings are not exported
  • Priority, Sensitivity and ResponseOrganized are not exported to the ICS with the correct values
  • Recurring Yearly, YearNth and Monthly events are not completely correct in the ICS
  • Only basic reminders are supported

OutlookToGoogle v1.1

23 Jan 16:02
ea5acfe
Compare
Choose a tag to compare

Updates and fixes from the first released version. While v1.0 could be imported in many applications, v1.0 exports an ics-file that more strictly holds to the RFC5545 specs.

NOTE: The setup now includes a check and the web-installer for .NET Framework v4.8, as that is required to run the application. However, the correct working of this web-installer is not verified, as all my systems have v4.8 installed. If it's not working the setup should throw an error, and you have to install .NET Framework v4.8 manually."

What's new

  • Support for recurring events (except for yearly events)
  • ICS validators now return zero errors
  • Calendar name is set to the Outlook profile name
  • Timezone errors are fixed by setting the calendar timezone (only Europe/Amsterdam right now)
  • Setup is changed from Actual Installer to Inno Setup (free, allows immediately running the application)

Known issues

  • Cancelled instances of a recurring event are not shown as cancelled in Google Calendar
  • Only Europe/Amsterdam is supported as a timezone
  • Date range is still fixed at -30 to +90 days
  • Recurring events can also show up outside the date range
  • Several Outlook-specific settings are not exported
  • Priority, Sensitivity and ResponseOrganized are not exported to the ICS with the correct values
  • Recurring Yearly, YearNth and Monthly events are not completely correct in the ICS
  • Background: code is a mess, duplicates and not organized. Have to clean that up.

OutlookToGoogle v1.0

21 Jan 17:34
Compare
Choose a tag to compare

The first release of this application. It exports the Outlook calendar of the current user (current profile) to an ics-file and updates this file at a given interval. Direct integration with Google is currently not available.

Files:

  • Setup.exe is an installer for Windows 7 and above. It was built with Actual Installer Free, and doesn't automatically start OutlookToGoogle after installation.
  • The zip/gz-file is the source code belonging to this release

Known issues:

  • Recurring items are converted to separate items
  • No reminders
  • Several Outlook-specific settings are not exported
  • Date range fixed at -30 days to +90 days
  • ICS validator gives several errors, but calendar works in both Google and Lightning