PROR#78930 Revert 2023.1
svn path=/Website/branches/v2023.1/; revision=61014
This commit is contained in:
@@ -358,12 +358,12 @@ function makeCSV(data, zaalemail)
|
||||
if (thisEvent.type == "singleInstance") // Simpel, single event
|
||||
{
|
||||
tds = [
|
||||
'"' + thisEvent.subject + '"',
|
||||
thisEvent.subject,
|
||||
_startDate.toISOString(),
|
||||
_endDate.toISOString(),
|
||||
'"' + thisEvent.organizer.emailAddress.address + '"',
|
||||
"",
|
||||
"",
|
||||
thisEvent.organizer.emailAddress.address,
|
||||
thisEvent.organizer.emailAddress.address,
|
||||
thisEvent.organizer.emailAddress.name,
|
||||
modifier,
|
||||
thisEvent.id,
|
||||
"",
|
||||
@@ -390,12 +390,12 @@ function makeCSV(data, zaalemail)
|
||||
continue;
|
||||
} else {
|
||||
tds = [
|
||||
'"' + masterEvent.subject + '"',
|
||||
masterEvent.subject,
|
||||
_startDate.toISOString(),
|
||||
_endDate.toISOString(),
|
||||
'"' + masterEvent.organizer.emailAddress.address + '"',
|
||||
"",
|
||||
"",
|
||||
masterEvent.organizer.emailAddress.address,
|
||||
masterEvent.organizer.emailAddress.address,
|
||||
masterEvent.organizer.emailAddress.name,
|
||||
modifier,
|
||||
thisEvent.seriesMasterId,
|
||||
thisEvent.id,
|
||||
@@ -447,12 +447,12 @@ function makeCSV(data, zaalemail)
|
||||
for (var attendee in thisEvent.attendees)
|
||||
{
|
||||
tds = [
|
||||
'"' + thisEvent.subject + '"',
|
||||
thisEvent.subject,
|
||||
_startDate.toISOString(),
|
||||
_endDate.toISOString(),
|
||||
'"' + thisEvent.organizer.emailAddress.address + '"',
|
||||
'"' + thisEvent.attendees[attendee].emailAddress.address + '"',
|
||||
'"' + thisEvent.attendees[attendee].emailAddress.name + '"',
|
||||
thisEvent.organizer.emailAddress.address,
|
||||
thisEvent.attendees[attendee].emailAddress.address,
|
||||
thisEvent.attendees[attendee].emailAddress.name,
|
||||
modifier,
|
||||
eventId,
|
||||
occurrenceId,
|
||||
|
||||
Reference in New Issue
Block a user