Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (seongtaejeong at gmail.com)
홈페이지
첨부 파일
 

Outlook - 일정이 "You cannot make changes to contents of this read-only folder." 오류 메시지로 삭제가 안 되는 경우

어느 순간부터 Outlook이 실행 중인 경우 이런 보안 로그인 창이 뜹니다.

outlook_sec_alert_1.png

절차상으로 보면 "Internet Calendar Subscriptions"에 등록된 일정을 확인하는 중에 뜨는 건데요,

Task 'Internet Calendar Subscriptions' reported error (0x80048002) : 'This task was cancelled before it was completed.'

뭔가 outlook의 항목 중에 부가 정보를 얻기 위해 저 링크로의 접근이 이뤄지는 듯한데 그렇다면 어떤 항목일까 싶어 검색했더니,

outlook_sec_alert_2.png

저렇게 나오는군요. 여기서 문제는 저걸 삭제하려고 Delete 키를 눌러도 이런 오류 메시지가 나오면서,

You cannot make changes to contents of this read-only folder.

삭제가 안 된다는 점입니다. 해당 항목이 있는 위치를 찾아봤는데, 범주를 "Other Calendars" / "Untitiled"를 선택해서야 다음과 같이 일정으로 보였습니다.

outlook_sec_alert_3.png

그리고 저 View에서도 해당 항목을 선택해 삭제하려고 했더니 동일한 오류 메시지와 함께 삭제가 되지 않았습니다. 일단, 항목 자체를 삭제하는 것은 불가능했는데, 우회적으로 해결 방법을 찾았습니다. 이를 위해 해당 항목을 열은 뒤,

outlook_sec_alert_4.png

"File" 메뉴를 선택하면 다음과 같이 "Move to Folder" 버튼이 나오는데요,

outlook_sec_alert_5.png

보는 바와 같이 그 버튼의 메뉴에서 제공하는 항목 중 "휴지통"을 선택하면 문제의 그 일정이 휴지통으로 이동합니다. 그렇게 되면 이후 휴지통의 항목이므로 아웃룩은 더 이상 그 정보를 조회하지 않게 되므로 더 이상 보안 로그인 창이 뜨지 않게 됩니다. (아마도 Accept나 Decline 등의 반응을 해도 되지 않았을까... 싶습니다. ^^)

그런데... 이렇게 했는데도 Send/Receive (단축키 F9)를 할 때마다 Sign-In 창이 뜹니다. ^^; 게다가 더욱 재미있는 건, 이제는 검색을 해도 저 항목이 검색되지 않는다는 점입니다.


어쩔 수 없이, Outlook의 Send/Receive 설정창에서 "Internet Calendar Subscriptions" 항목을 비활성화했습니다.

outlook_sec_alert_6.png




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 6/16/2025]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 76  77  78  79  80  81  82  [83]  84  85  86  87  88  89  90  ...
NoWriterDateCnt.TitleFile(s)
11892정성태5/10/201920322웹: 38. HTTP Cookie의 expires 시간 형식(RFC7231)
11891정성태5/9/201923417.NET Framework: 831. (번역글) .NET Internals Cookbook Part 12 - Memory structure, attributes, handles
11890정성태5/8/201919034개발 환경 구성: 439. "Visual Studio Enterprise is required to execute the test." 메시지와 관련된 코드 기록
11889정성태5/8/201919216개발 환경 구성: 438. mstest, QTAgent의 로그 파일 설정 방법
11888정성태5/8/201937064.NET Framework: 830. C# - 비동기 호출을 취소하는 CancellationToken의 간단한 예제 코드 [1]파일 다운로드1
11887정성태5/8/201922860.NET Framework: 829. C# - yield 문을 사용할 수 있는 메서드의 조건
11886정성태5/7/201919970오류 유형: 534. mstest.exe 실행 시 "Visual Studio Enterprise is required to execute the test." 오류 [2]
11885정성태5/7/201917404오류 유형: 533. mstest.exe 실행 시 "File extension specified '.loadtest' is not a valid test extension." 오류 발생
11884정성태5/5/201922310.NET Framework: 828. C# DLL에서 Win32 C/C++처럼 dllexport 함수를 제공하는 방법 - 두 번째 이야기
11883정성태5/3/201927298.NET Framework: 827. C# - 인터넷 시간 서버로부터 받은 시간을 윈도우에 적용하는 방법파일 다운로드1
11882정성태5/2/201923790.NET Framework: 826. (번역글) .NET Internals Cookbook Part 11 - Various C# riddles파일 다운로드1
11881정성태4/28/201923872오류 유형: 532. .NET Core 프로젝트로 마이그레이션 시 "CS0579 Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute" 오류 발생
11880정성태4/25/201919608오류 유형: 531. 이벤트 로그 오류 - Task Scheduling Error: m->NextScheduledSPRetry 1547, m->NextScheduledEvent 1547
11879정성태4/24/201928485.NET Framework: 825. (번역글) .NET Internals Cookbook Part 10 - Threads, Tasks, asynchronous code and others파일 다운로드2
11878정성태4/22/201923879.NET Framework: 824. (번역글) .NET Internals Cookbook Part 9 - Finalizers, queues, card tables and other GC stuff파일 다운로드1
11877정성태4/22/201924050.NET Framework: 823. (번역글) .NET Internals Cookbook Part 8 - C# gotchas파일 다운로드1
11876정성태4/21/201922304.NET Framework: 822. (번역글) .NET Internals Cookbook Part 7 - Word tearing, locking and others파일 다운로드1
11875정성태4/21/201924082오류 유형: 530. Visual Studo에서 .NET Core 프로젝트를 열 때 "One or more errors occurred." 오류 발생
11874정성태4/20/201924110.NET Framework: 821. (번역글) .NET Internals Cookbook Part 6 - Object internals파일 다운로드1
11873정성태4/19/201922867.NET Framework: 820. (번역글) .NET Internals Cookbook Part 5 - Methods, parameters, modifiers파일 다운로드1
11872정성태4/17/201923636.NET Framework: 819. (번역글) .NET Internals Cookbook Part 4 - Type members파일 다운로드1
11871정성태4/16/201921593.NET Framework: 818. (번역글) .NET Internals Cookbook Part 3 - Initialization tricks [3]파일 다운로드1
11870정성태4/16/201920497.NET Framework: 817. Process.Start로 실행한 콘솔 프로그램의 출력 결과를 얻는 방법파일 다운로드1
11869정성태4/15/201926782.NET Framework: 816. (번역글) .NET Internals Cookbook Part 2 - GC-related things [2]파일 다운로드2
11868정성태4/15/201922339.NET Framework: 815. CER(Constrained Execution Region)이란?파일 다운로드1
11867정성태4/15/201921502.NET Framework: 814. Critical Finalizer와 SafeHandle의 사용 의미파일 다운로드1
... 76  77  78  79  80  81  82  [83]  84  85  86  87  88  89  90  ...