[PR #314] [CLOSED] Daimler OAuth pilot #891

Closed
opened 2026-03-01 17:42:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aluxnimm/outlookcaldavsynchronizer/pull/314
Author: @mr-t-the-beerdrinker
Created: 5/26/2021
Status: Closed

Base: masterHead: daimler-oauth-pilot


📝 Commits (2)

📊 Changes

29 files changed (+1257 additions, -8 deletions)

View changed files

CalDavSynchronizer.OAuth.Daimler/AuthenticationService.cs (+61 -0)
CalDavSynchronizer.OAuth.Daimler/CalDavSynchronizer.OAuth.Daimler.csproj (+121 -0)
CalDavSynchronizer.OAuth.Daimler/Controls/AuthPopupBrowser.cs (+72 -0)
CalDavSynchronizer.OAuth.Daimler/Models/DaimlerEnvironment.cs (+19 -0)
CalDavSynchronizer.OAuth.Daimler/Models/DaimlerOptions.cs (+12 -0)
CalDavSynchronizer.OAuth.Daimler/Models/ProfileOptions.cs (+23 -0)
CalDavSynchronizer.OAuth.Daimler/Models/TokenData.cs (+17 -0)
CalDavSynchronizer.OAuth.Daimler/Properties/AssemblyInfo.cs (+36 -0)
CalDavSynchronizer.OAuth.Daimler/app.config (+11 -0)
CalDavSynchronizer.OAuth.Daimler/packages.config (+23 -0)
📝 CalDavSynchronizer.sln (+10 -4)
📝 CalDavSynchronizer/CalDavSynchronizer.csproj (+22 -0)
📝 CalDavSynchronizer/Contracts/ServerAdapterType.cs (+3 -0)
CalDavSynchronizer/ProfileTypes/ConcreteTypes/Daimler/Converters/BooleanConverter.cs (+31 -0)
CalDavSynchronizer/ProfileTypes/ConcreteTypes/Daimler/DaimlerProfile.cs (+109 -0)
CalDavSynchronizer/ProfileTypes/ConcreteTypes/Daimler/Helpers/DaimlerHttpClient.cs (+53 -0)
CalDavSynchronizer/ProfileTypes/ConcreteTypes/Daimler/Helpers/Extensions.cs (+16 -0)
CalDavSynchronizer/ProfileTypes/ConcreteTypes/Daimler/Helpers/ProfileDataProvider.cs (+145 -0)
CalDavSynchronizer/ProfileTypes/ConcreteTypes/Daimler/ViewModels/DaimlerServerSettingsViewModel.cs (+311 -0)
CalDavSynchronizer/ProfileTypes/ConcreteTypes/Daimler/Views/DaimlerResourceDictionary.xaml (+14 -0)

...and 9 more files

📄 Description

For Daimler AG client, we need a quick solution to support synchronization with their CalDAV server using OAuth.
I've tried to minimally touch the existing solutions, but there are some minor updates, could you please check this and maybe merge so we could start distributing it?
Any feedback appreciated.
Thanks for your work on this ;)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aluxnimm/outlookcaldavsynchronizer/pull/314 **Author:** [@mr-t-the-beerdrinker](https://github.com/mr-t-the-beerdrinker) **Created:** 5/26/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `daimler-oauth-pilot` --- ### 📝 Commits (2) - [`a9830d7`](https://github.com/aluxnimm/outlookcaldavsynchronizer/commit/a9830d7dff674c04a4005e9eea5e3d601e3f137c) Daimler Profile - [`3adcec3`](https://github.com/aluxnimm/outlookcaldavsynchronizer/commit/3adcec327f3e1937c96f762f67470f5996e38700) remove IBrowser overload ### 📊 Changes **29 files changed** (+1257 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `CalDavSynchronizer.OAuth.Daimler/AuthenticationService.cs` (+61 -0) ➕ `CalDavSynchronizer.OAuth.Daimler/CalDavSynchronizer.OAuth.Daimler.csproj` (+121 -0) ➕ `CalDavSynchronizer.OAuth.Daimler/Controls/AuthPopupBrowser.cs` (+72 -0) ➕ `CalDavSynchronizer.OAuth.Daimler/Models/DaimlerEnvironment.cs` (+19 -0) ➕ `CalDavSynchronizer.OAuth.Daimler/Models/DaimlerOptions.cs` (+12 -0) ➕ `CalDavSynchronizer.OAuth.Daimler/Models/ProfileOptions.cs` (+23 -0) ➕ `CalDavSynchronizer.OAuth.Daimler/Models/TokenData.cs` (+17 -0) ➕ `CalDavSynchronizer.OAuth.Daimler/Properties/AssemblyInfo.cs` (+36 -0) ➕ `CalDavSynchronizer.OAuth.Daimler/app.config` (+11 -0) ➕ `CalDavSynchronizer.OAuth.Daimler/packages.config` (+23 -0) 📝 `CalDavSynchronizer.sln` (+10 -4) 📝 `CalDavSynchronizer/CalDavSynchronizer.csproj` (+22 -0) 📝 `CalDavSynchronizer/Contracts/ServerAdapterType.cs` (+3 -0) ➕ `CalDavSynchronizer/ProfileTypes/ConcreteTypes/Daimler/Converters/BooleanConverter.cs` (+31 -0) ➕ `CalDavSynchronizer/ProfileTypes/ConcreteTypes/Daimler/DaimlerProfile.cs` (+109 -0) ➕ `CalDavSynchronizer/ProfileTypes/ConcreteTypes/Daimler/Helpers/DaimlerHttpClient.cs` (+53 -0) ➕ `CalDavSynchronizer/ProfileTypes/ConcreteTypes/Daimler/Helpers/Extensions.cs` (+16 -0) ➕ `CalDavSynchronizer/ProfileTypes/ConcreteTypes/Daimler/Helpers/ProfileDataProvider.cs` (+145 -0) ➕ `CalDavSynchronizer/ProfileTypes/ConcreteTypes/Daimler/ViewModels/DaimlerServerSettingsViewModel.cs` (+311 -0) ➕ `CalDavSynchronizer/ProfileTypes/ConcreteTypes/Daimler/Views/DaimlerResourceDictionary.xaml` (+14 -0) _...and 9 more files_ </details> ### 📄 Description For Daimler AG client, we need a quick solution to support synchronization with their CalDAV server using OAuth. I've tried to minimally touch the existing solutions, but there are some minor updates, could you please check this and maybe merge so we could start distributing it? Any feedback appreciated. Thanks for your work on this ;) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:42:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/outlookcaldavsynchronizer#891
No description provided.