kidd / org-gcal.el

Org sync with Google Calendar. (active maintained project as of 2019-11-06)
436 stars 47 forks source link

Org-gcal error: Couldn’t parse myfile.org #96

Open bitozoid opened 4 years ago

bitozoid commented 4 years ago

I've followed the installation instructions and it seems to work.

I can sync flawlessfully this file (M-x org-gcal-sync):

* one
* another
SCHEDULED: <2020-07-15 wed 09:15>
:PROPERTIES:
:calendar-id: jjjjjjjjjjjfuuuk842fdok134@group.calendar.google.com
:ETag:     "7777777777980000"
:ID:       xxxxxxxxxxa4jlcj0v998f4u18/jjjjjjjjjjjfuuuk842fdok134@group.calendar.google.com
:END:
:org-gcal:
:END:

But this one fails:

* another
SCHEDULED: <2020-07-15 wed 09:15>
:PROPERTIES:
:calendar-id: jjjjjjjjjjjfuuuk842fdok134@group.calendar.google.com
:ETag:     "7777777777980000"
:ID:       xxxxxxxxxxa4jlcj0v998f4u18/jjjjjjjjjjjfuuuk842fdok134@group.calendar.google.com
:END:
:org-gcal:
:END:
* one

showing the message in the title.

bitozoid commented 4 years ago
Commit: 744505832b34e07b44a5d97d8720b2d7492d7fc9

running under develop branch of Spacemacs.

telotortium commented 4 years ago

Sorry, I tried to reproduce this on a calendar of my own but was unable to reproduce.

dominikpegler commented 3 years ago

@bitozoid You have an empty heading at the end of the file. Like this it fails for me as well. Just remove the * I had the same issue with an imcomplete entry at the end of my calendar org file.