mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 19:15:48 +03:00
[GH-ISSUE #31] Check caldav access rights for calendars #29
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#29
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?
Originally created by @aluxnimm on GitHub (May 12, 2015).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/31
Originally assigned to: @aluxnimm on GitHub.
If the caldav calender has no rights to create/modify or delete events we get an exception
ERROR 2015-05-12 10:29:10,047 [VSTA_Main] neric.Synchronization.States.StateBase
6 . LogException - Exception occured: System.Net.WebException: Der Remoteserver hat einen Fehler zurückgegeben: (403) Unzulässig. bei System.Net.HttpWebRequest.GetResponse() bei CalDavSynchronizer.DataAccess.CalDavDataAccess.ExecuteCalDavRequest(Uri url, Action1 modifier, String requestBody) in c:\Users\nimm\Source\Repos\code\CalDavSynchronizer\DataAccess\CalDavDataAccess.cs:Zeile 330.bei CalDavSynchronizer.DataAccess.CalDavDataAccess.DeleteEvent(Uri uri, String etag) in c:\Users\nimm\Source\Repos\code\CalDavSynchronizer\DataAccess\CalDavDataAccess.cs:Zeile 253.
bei CalDavSynchronizer.DataAccess.CalDavDataAccess.DeleteEvent(Uri uri) in c:\Users\nimm\Source\Repos\code\CalDavSynchronizer\DataAccess\CalDavDataAccess.cs:Zeile 227.
bei CalDavSynchronizer.Implementation.CalDavEventRepository.Delete(Uri entityId) in c:\Users\nimm\Source\Repos\code\CalDavSynchronizer\Implementation\CalDavEventRepository.cs:Zeile 116.
bei CalDavSynchronizer.Generic.Synchronization.States.DeleteInB`6.PerformSyncActionNoThrow() in c:\Users\nimm\Source\Repos\code\CalDavSynchronizer\Generic\Synchronization\States\DeleteInB.cs:Zeile 54.
INFO 2015-05-12 10:29:10,618 [VSTA_Main] ronizer.Scheduling.SynchronizationWorker . RunNoThrowAndReschedule - Duration of 'Running synchronization profile 'testmanfredtw13test'': 00:00:03.8467402
For such calendars it would be better to only allow sync caldav->outlook
Original comment by: aluxnimm
Original Ticket: outlookcaldavsynchronizer/28
@aluxnimm commented on GitHub (Jun 13, 2015):
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 13, 2015):
Test connection shows access rights
Original comment by: aluxnimm