Skip to content

Line Breakers in Content of Dates #419

Closed Answered by jonas0b1011001
ChristianBuchmann asked this question in Q&A
Discussion options

You must be logged in to vote

Change

GAS-ICS-Sync/Helpers.gs

Lines 464 to 465 in f5c8eb5

if (event.hasProperty('description'))
newEvent.description = icalEvent.description;

to

if (event.hasProperty('x-alt-desc')){
  newEvent.description = event.getFirstPropertyValue('x-alt-desc');
}
else{
  newEvent.description = icalEvent.description;
}

Replies: 12 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jonas0b1011001
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jonas0b1011001
Comment options

You must be logged in to vote
1 reply
@jonas0b1011001
Comment options

Comment options

You must be logged in to vote
1 reply
@jonas0b1011001
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jonas0b1011001
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants