Skip to content

Commit

Permalink
SAK-46094 SiteStats > User Activity > Some calendar events can't be r…
Browse files Browse the repository at this point in the history
…esolved
  • Loading branch information
plukasew authored and Miguel Pellicer committed Aug 26, 2021
1 parent bef9737 commit 7db4de0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static ResolvedEventData resolveReference( final String eventType, final
}

GenericRefParser.GenericEventRef ref = CalendarRefParser.parse( eventType, eventRef, tips );
String calendarRef = "/calendar/calendar/" + ref.contextId + "/";
String calendarRef = "/calendar/calendar/" + ref.contextId + "/" + ref.subContextId;
try
{
// 1. some calendar.read refs do not contain an event id and details can't be retrieved
Expand Down

0 comments on commit 7db4de0

Please sign in to comment.