sawhney17 / logseq-calendars-plugin

MIT License
128 stars 17 forks source link

Imports the same calendar event everytime I click the Import button #23

Open Konafets opened 2 years ago

Konafets commented 2 years ago

I successfully connected my Google Calendar via the plugin. When I click the "Import all" button, the events getting imported. When I click it again, the same events are getting imported.

sawhney17 commented 2 years ago

What are you expecting to happen in this case?

All clicking the button does is import all events for the day and added to the bottom. Are you expecting something else?

Konafets commented 2 years ago

I expect that it does check for existing events and does not import them again.

A common scenario: I have an event in the morning in my calendar, I click "Import" and it gets imported in Logseq. Over the morning a coworker invited me to a meeting in the afternoon. When I click "Import" it adds the old meeting and the new meeting to a new bullet point. Instead I expect that the new event is added to the previous entry.