https://github.com/clstb/logsync
Plugin to sync data from various sources into Logseq
https://github.com/clstb/logsync
logseq logseq-plugin
Last synced: 9 months ago
JSON representation
Plugin to sync data from various sources into Logseq
- Host: GitHub
- URL: https://github.com/clstb/logsync
- Owner: clstb
- License: mit
- Created: 2023-04-30T19:46:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T09:56:26.000Z (about 2 years ago)
- Last Synced: 2023-12-19T15:42:33.607Z (about 2 years ago)
- Topics: logseq, logseq-plugin
- Language: TypeScript
- Homepage:
- Size: 64.9 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logsync
## Features
- ICS
- 
- Idempotent synchronization
- Any number of calendars
- Recurring events
- Meeting links (google)
- Event renaming
- GitHub
- 
- Idempotent synchronization
- Created pull requests
- Assigned review requests
## Configuration
`$HOME/.logseq/settings/logsync.json`
```json
{
"calendars": {
"some-calendar": "https://some.ics.url/basic.ics"
},
"renaming": {
"some-calendar": {
"Some event name": "Some new event name"
}
},
"github-token": "ghp_...",
"disabled": false
}
```
## Contributing
Create a pull request or open an issue to report bugs and request features.