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,513
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

Iโ€™m afraid you canโ€™t format the column headerโ€ฆ not even on the detail view.

Sorry Aleksi. I mean to format the data sent to Google Calendar. The Screenshot is from Google Calendar.

If I understand your request, Iโ€™m afraid it wonโ€™t be possible.

Okay thank you for confirming.

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]
)
...
)

I canโ€™t take the creditโ€ฆI actually learned this from @Steve!! Kudos to you Steve!

I have generalized this into if you are posting ANYTHING into a browser or cloud based โ€œthingโ€, it is likely inserting the text into some HTML control and therefore the <br> tag will work. Of course, it may not always be the case.

Top Labels in this Space