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:
Copy the event and post it back to the target calendar
Right below the original event in the org buffer, insert the copied event (that is fetched back from the target calendar).
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:
Thanks for your consideration.