[GH-ISSUE #41] check folder type of outlook folder #927

Closed
opened 2026-03-13 23:21:48 +03:00 by kerem · 1 comment
Owner

Originally created by @aluxnimm on GitHub (May 1, 2015).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/41

Originally assigned to: @aluxnimm on GitHub.

use Folder.DefaultItemType Property and check if it is olAppointmentItem
to avoid exception in gettable

see https://msdn.microsoft.com/en-us/library/office/ff865360.aspx

Original comment by: aluxnimm

Original Ticket: outlookcaldavsynchronizer/26

Originally created by @aluxnimm on GitHub (May 1, 2015). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/41 Originally assigned to: @aluxnimm on GitHub. use Folder.DefaultItemType Property and check if it is olAppointmentItem to avoid exception in gettable see https://msdn.microsoft.com/en-us/library/office/ff865360.aspx Original comment by: aluxnimm Original Ticket: [outlookcaldavsynchronizer/26](https://sourceforge.net/p/outlookcaldavsynchronizer/26)
Author
Owner

@aluxnimm commented on GitHub (May 23, 2015):

  • labels: --> implemented
  • Description has changed:

Diff:


--- old
+++ new
@@ -1,4 +1,3 @@
-
 use Folder.DefaultItemType Property and check if it is olAppointmentItem
 to avoid exception in gettable


  • status: open --> closed
  • assigned_to: Alexander Nimmervoll

Original comment by: aluxnimm

<!-- gh-comment-id:126312939 --> @aluxnimm commented on GitHub (May 23, 2015): - **labels**: --> implemented - Description has changed: Diff: ``` --- old +++ new @@ -1,4 +1,3 @@ - use Folder.DefaultItemType Property and check if it is olAppointmentItem to avoid exception in gettable ``` - **status**: open --> closed - **assigned_to**: Alexander Nimmervoll Original comment by: aluxnimm
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#927
No description provided.