Agenda (create notes from external events)
A plugin that auto creates a daily agenda within in the daily jot. For example:
- Let's say I have three appointments or meetings on a certain day in my Outlook or Google calendar
- Running the plugin on the daily note would retrieve this information and auto-create notes for each appointment, and would display them at the top of the daily note:
Agenda:
09:00 - [[Meeting 1]]
11:00 - [[Appointment 2]]
Bonus points if it can list the names of the attendees, also as notes. (Reflect does this well so that I don't have to manually create notes for every person or meeting)
Comments: 6
-
05 Sep, '23
Mahmoud FahiemHello Premal Vora,
I think there is no way to access calendar events in Amplenote API -
09 Sep, '23
Lucian Admin@Premal and @Mahmoud, it is now possible to get a list of notes associated with Task Domains, which should enable the use case for this request. https://www.amplenote.com/help/developing_amplenote_plugins#app.getTaskDomains
-
10 Sep, '23
Mahmoud FahiemHello Lucian,
Nice to hear that, but I tried it and it didn't work.
It says "Error: TypeError: app.getTaskDomains is not a function"
I also printed the "app" object and It doesn't contain the "getTaskDomains" method -
17 Sep, '23
Lucian AdminHey @Mahmoud! Turns out that this function was not live yet when I wrote that. Please try it again soon?
-
08 Oct, '24
Paul Strong@Lucian This is still not possible even with the app.getTaskDomains or app.getTaskDomainTasks functions. Those only return the scheduled tasks and notes associated with a task domain, which just gets you half way there. It does not return events from external calendars (like apple or google) which is required by this feature suggestion.
1 -
27 Oct, '24
Lucian AdminPaul,
You're right. Let me add this to the internal list.