kidd / org-gcal.el

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

Feature Request: Copy event from one calendar to another #253

Open wrn opened 1 month ago

wrn commented 1 month ago

I often need to copy selected events from a subscribed calendar (as I do not have the permission to edit those events) to one of my own Google "native" calendars (in the same account) so I can make the events "stand out" in my personal schedule and also follow the same alert settings (like "alert one day ahead") in that calendar. I can do that with Google calendar UI, but it will be nice to do it right inside Emacs when I see a new event of interest is pulled from the subscribed calendars.

I imagine the command "org-gcal-copy-event" will:

  1. Copy the event and post it back to the target calendar
  2. Right below the original event in the org buffer, insert the copied event (that is fetched back from the target calendar).

Thanks for your consideration.