Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

188
Views
Google Script: SetTitle to existing title + Add text or emojie

How do I append more text the calendar title name with Google Apps Scripts.

I have made a function to search for and change settings/class for specific calendar items - it works.

However, I would very much like to update the calendar title - so the final title is set to (appending text + original titel).

  • Exampel:

  • [Original title: Question from client about price]

  • [Append text: ❓]

  • [Final calendar title setTitle: ❓ Question from client about price]

          events.forEach((event)=>{
              Logger.log(event.getTitle());
              event.setColor("8");
              event.setTag('Spørgsmål' , 'spg');
     ------>  Need help here: event.setTitle(); <------
    
        })
    

Is this somehow doable?

Best regards, Casper

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!