A CAML filter that references the currently logged on user using the extended value <CurrentUserID /> as per the documentation does not work.
The filter returns no rows of data.
The documentation states the following:
The CAML Filter in Quest List View and Quest Calendar View may contain the following extended values:
- <CurrentUserName /> – This element will be replaced with the display name of the current user. For example: John Smith
- <CurrentLoginName /> – This element will be replaced with the login name of the current user. For example: domain\johnsmith
- <CurrentUserID /> – This element will be replaced with the ID of the current user. For example: 1
- <CurrentUserEmail /> – This element will be replaced with the email address of the current user. For example: johnsmith@domain.com