dengste / org-caldav

Caldav sync for Emacs orgmode
GNU General Public License v3.0
712 stars 105 forks source link

Feature: datetree format (and more flexible insertion generally?) #260

Closed jackkamm closed 1 year ago

jackkamm commented 1 year ago

When syncing new entries from icalendar->org, it would be nice if they could be inserted in a datetree format [1], so that the org-caldav-inbox would stay organized automatically.

A related idea is to allow the user to specify certain icalendar categories (tags), so that new events with those tags are filed into different subtrees. This would probably be more complicated to implement.

Either way, the function we'll need to modify is org-caldav-inbox-point-and-level.

[1] https://orgmode.org/manual/Template-elements.html

jackkamm commented 1 year ago

Added in https://github.com/dengste/org-caldav/commit/22c2f51896a71cf2f0948f4dc14dd9b4ac0b0615