Skip to content

Setting 'busy' for event titles #370

Closed Answered by jonas0b1011001
peckevin-github asked this question in Q&A
Discussion options

You must be logged in to vote

Sure. The event title is set in Helpers.gs line 360, just change it to
newEvent.summary = 'busy';

Just look through function createEvent() and you will find every property, just remove the respective lines for each property you want to ignore, e.g.:
description, Helpers.gs lines 383+384

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

location, Helpers.gs lines 386+387

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@peckevin-github
Comment options

Answer selected by peckevin-github
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