mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 03:25:48 +03:00
[PR #314] [CLOSED] Daimler OAuth pilot #460
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#460
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aluxnimm/outlookcaldavsynchronizer/pull/314
Author: @mr-t-the-beerdrinker
Created: 5/26/2021
Status: ❌ Closed
Base:
master← Head:daimler-oauth-pilot📝 Commits (2)
a9830d7Daimler Profile3adcec3remove IBrowser overload📊 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.