-
Notifications
You must be signed in to change notification settings - Fork 47
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
Cannot push calendar events with org-id #61
Comments
I've known about this issue for a while. I think adding a new property for the calendar and event ID is probably the best solution. However, the reason I went with using the ID in the first place was to be able to use |
I was looking at this a bit over the last few hours. If I understand it correctly, having multiple IDs for a entry is fine, so the current setup should work. Is this connected to #52? Presumably, if it was possible at one point to request the calendar-id, it would also be possible to determine the google-id for the event too? I have very little elisp experience, so I am not entirely sure what is possible here. |
If an entry already has an org-id, then it cannot be pushed to the google calendar. A 404 is returned instead. I think this is because org-gcal is trying to use the org-id to locate the event in google calendar.
With an example event;
org-gcal-post-at-point returns 404. If the :ID: property is removed, then everything works as expected.
Could the gcal ID property be renamed (e.g. GID?). This might fix the issue.
The text was updated successfully, but these errors were encountered: