emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: emacs-orgmode@gnu.org
Subject: Re: org-caldav will continue to work with Google Calendar
Date: Tue, 18 Jun 2013 12:09:48 +0200	[thread overview]
Message-ID: <87ip1bd91v.fsf@ucl.ac.uk> (raw)
In-Reply-To: <87vc5bdbue.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Tue, 18 Jun 2013 11:09:29 +0200")

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

David,

just to follow up on my own email.  With the attached draft,
org-caldav-sync works for me now.

Thanks,
eric

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.3-193-g334581

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: change-uid-trimming.patch --]
[-- Type: text/x-diff, Size: 543 bytes --]

diff --git a/org-caldav.el b/org-caldav.el
index 0383366..cd5b273 100644
--- a/org-caldav.el
+++ b/org-caldav.el
@@ -786,7 +786,7 @@ is no UID to rewrite. Returns the UID."
      ((re-search-forward "^UID:\\(orgsexp-[0-9]+\\)" nil t)
       ;; This is a sexp entry, so do nothing.
       (match-string 1))
-     ((re-search-forward "^UID:\\(\\s-*\\)\\([A-Z][A-Z]-\\)?\\(.+\\)\\s-*$"
+     ((re-search-forward "^UID:\\(\\s-*\\)\\([A-Z][A-Z][0-9]-\\)?\\(.+\\)\\s-*$"
 			 nil t)
       (when (match-string 1)
 	(replace-match "" nil nil nil 1))

      reply	other threads:[~2013-06-18 10:10 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-14 16:19 org-caldav will cease to work with Google Calendar David Engster
2013-03-14 17:03 ` Bastien
2013-03-14 17:13   ` David Engster
2013-03-14 17:06 ` Torsten Wagner
2013-03-14 22:48 ` Julien Cubizolles
2013-03-14 23:01   ` Charles Philip Chan
2013-03-15  8:23     ` Julien Cubizolles
2013-03-15  9:05       ` Sebastien Vauban
2013-03-15 10:29         ` Julien Cubizolles
2013-03-15  9:25       ` Charles Philip Chan
2013-03-15 10:43         ` Julien Cubizolles
2013-03-15 14:16     ` Eric S Fraga
2013-03-15 14:25       ` Torsten Wagner
2013-03-17 12:57         ` Eric S Fraga
2013-03-15 14:14 ` Eric S Fraga
2013-03-15 15:06 ` Rasmus
2013-03-15 15:25   ` Marcin Borkowski
2013-03-15 16:12   ` David Engster
2013-03-16 12:32     ` Rasmus
2013-03-15 17:48 ` Vincent Beffara
2013-03-15 18:05   ` David Engster
2013-03-16 17:30     ` Vincent Beffara
2013-03-19 16:43       ` Vincent Beffara
2013-06-06 18:44 ` org-caldav will continue to work with Google Calendar (was: org-caldav will cease to work with Google Calendar) David Engster
2013-06-07 18:57   ` org-caldav will continue to work with Google Calendar Eric S Fraga
2013-06-18  9:09   ` Eric S Fraga
2013-06-18 10:09     ` Eric S Fraga [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ip1bd91v.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).