Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 committed Oct 15, 2024
1 parent 5274eb1 commit 5bb438c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/issues/test97_1/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ func main() {
Scheme: "data",
Opaque: "text/html,I%20want%20a%20custom%20linkout%20for%20Thunderbird.%3Cbr%3EThis%20is%20the%20Github%20%3Ca%20href%3D%22https%3A%2F%2Fgit.luolix.top%2Farran4%2Fgolang-ical%2Fissues%2F97%22%3EIssue%3C%2Fa%3E.",
}
vEvent.AddProperty(ics.ComponentPropertyDescription, `"I want a custom linkout for Thunderbird.\nThis is the Github Issue.`, ics.WithAlternativeRepresentation(uri))
vEvent.AddProperty(ics.ComponentPropertyDescription, "I want a custom linkout for Thunderbird.\nThis is the Github Issue.", ics.WithAlternativeRepresentation(uri))
fmt.Println(i.Serialize())
}

0 comments on commit 5bb438c

Please sign in to comment.