Skip to content
Commits on Source (2)
......@@ -28,7 +28,7 @@
vevent.addPropertyWithValue('uid', uuid);
var shell = new CalendarShell(vcalendar);
var eventPath = '/calendars/' + session.user._id + '/events/' + uuid + '.ics';
var eventPath = '/calendars/' + session.user._id + '/' + session.user._id + '/' + uuid + '.ics';
shell.title = 'V/v: ' + title;
shell.start = calMoment().add(2, 'hour');
......