Skip to content

Instantly share code, notes, and snippets.

View cliedelt's full-sized avatar
:shipit:

Christopher Liedelt cliedelt

:shipit:
  • Valantic
  • Germany, Hamburg
View GitHub Profile
@cliedelt
cliedelt / script.js
Last active May 11, 2021 16:14
Google Calendar - Next Meetings
const manager = FileManager.local();
const configPath = manager.joinPath(manager.libraryDirectory(), 'config.json');
function addDate(date, days) {
const copy = new Date(Number(date));
copy.setDate(date.getDate() + days);
return copy;
}
const isToday = (someDate) => {
const today = new Date()
@cliedelt
cliedelt / cloudSettings
Last active January 6, 2022 12:05
Visual Studio Code Settings Sync Gist
{"lastUpload":"2022-01-06T12:05:00.303Z","extensionVersion":"v3.4.3"}