An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Logsync

## Features

- ICS
- ![ICS showcase](./gifs/ics.gif)
- Idempotent synchronization
- Any number of calendars
- Recurring events
- Meeting links (google)
- Event renaming
- GitHub
- ![GitHub showcase](./gifs/github.gif)
- 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.