Google Calendar text formatting

When we add a new event to Google Calendar we can format the text.
I have connected Google Calendar as a source to my App. Via LINKTOFORM I create new events in the Google Calendar.
Is it possible to do the formatting also via the LINKTOFORM?
Or is there another Workaround?
I like to get something like this:
2X_c_c0e900ee42d87c0b7f760f5beb7dbcc8d20f8263.jpeg

Solved Solved
1 6 1,541
1 ACCEPTED SOLUTION

I just learned, that this is possible. Thanks to @WillowMobileSystems

The LINKTOFORM() expression looks like this:

LINKTOFORM( .... ,
"Description" ,
CONCATENATE(
"<b>Customer</b>
" , [Customer] , "

<b>Phone</b>
" , [Phone]
)
...
)

View solution in original post

6 REPLIES 6
Top Labels in this Space