-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shared calendar events get duplicated #95
Comments
I'm getting a similar problem -- did you ever work this out? |
nope still trying to ignore it here. Haven't tried removing the shared calendar yet but suspect that is the culprit |
Hi, I'm using just one calendar, and I solved problem of duplicated events by fixing my
EDIT: |
I had an issue with duplication, but this was due not specifying ranges for my appointment times, but it seems you have ranges here. |
Still seeing this issue (not due to tmp files or ranges). Has anyone managed to find a workaround? |
Are the events duplicated in the |
the events end up duplicated (or worse) in the .org file |
I had a similar problem events get duplicated after capture. In my .emacs file I had this line (not sure where it came from): |
Can confirm, this happened to me. The calendar entries are duplicated locally in the .org file (with different properties blocks) and are duplicated in the google calendar. The duplicates do not contain any location data, so at least it's easy to find and remove them |
I have this problem, too. I use this template:
And what happens is at sync, it creates a new :ID: and adds it in the entry. Next sync, it doubles the number of IDs again, etc., which can get out of hand really rapidly. |
Hi everyone! This repository is obsolete - the actively developed fork is now https://github.com/kidd/org-gcal.el, which is also the "org-gcal.el" on MELPA (see #115). I'm one of the maintainers of https://github.com/kidd/org-gcal.el. I can't directly close issues or PRs on this repo, but please download https://github.com/kidd/org-gcal.el and see if your issue or PR is still applicable. If so, open an issue or PR on https://github.com/kidd/org-gcal.el. In any case, you should close your issue or PR in this repo. |
I have a shared calendar with my partner so they can see what I have scheduled.
org-gcal-sync
treats this as duplicate eventsAny way to fix in the code? or anyway I can filter on the google side?
The text was updated successfully, but these errors were encountered: