CalendarSync icon indicating copy to clipboard operation
CalendarSync copied to clipboard

Stateless CLI tool to sync calendars across different calendaring systems.

Results 26 CalendarSync issues
Sort by recently updated
recently updated
newest added

maybe inovex.de or something else. @MichaelEischer > It seems like automatically closing a browser window is a restricted operation in modern browsers: https://developer.mozilla.org/en-US/docs/Web/API/Window/close . window.close() does not work in tabs...

Either add the daemon mode or add scheduling templates for systemd timers or equivalents

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.187.0 to 0.192.0. Release notes Sourced from google.golang.org/api's releases. v0.192.0 0.192.0 (2024-08-13) Features all: Auto-regenerate discovery clients (#2725) (b2c7c05) all: Auto-regenerate discovery clients (#2727) (36e3fa7) all: Auto-regenerate...

dependencies
go

Hi, I think at the moment series are handled as individual events, whereas they should be handled as series to avoid issues. Could this be something to add to the...

I looked a little closer at the output of systemd and noticed the large amount of memory CalendarSync apparently uses: It is fluctuating around 300 to < 600MB with [the...

Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.27.2 to 2.27.4. Release notes Sourced from github.com/urfave/cli/v2's releases. v2.27.4 What's Changed Fix:(issue_1962) Fix tests failing on 32 bit architectures by @​dearchap in urfave/cli#1963 Full Changelog: https://github.com/urfave/cli/compare/v2.27.3...v2.27.4...

dependencies
go

Hi, In my source, events are at 1 PM, but in the sink, they will be synced as 11 AM. Are timezones perhaps not handled correctly or is it something...

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.21.0 to 0.22.0. Commits 6d8340f LICENSE: update per Google Legal See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/oauth2&package-manager=go_modules&previous-version=0.21.0&new-version=0.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...

dependencies
go

Hi, When a synced event in a sink is deleted, it will be re-added on the next sync. Could have a local store that keeps track of this and does...