Login About Gallery
Meeting Notes for Obsidian
Accepts
Dates
COMMENT
You need to install Advanced URI for Obsidian: https://github.com/Vinzent03/obsidian-advanced-uri
COMMENT
This shortuts asks creates a note for a meeting prefilled with the information found in the calendar event. If a note for this event already exists obisidian will be opened with the corresponding note open.
COMMENT
Here we get the date of the Meeting. It’s either provided by the Share Sheet or a calendar input is presented.
SCRIPTING
If
Shortcut Input
does not have any value
SCRIPTING
Ask
On what day is the meeting?
Input Type
Date
Default Answer
Time
Otherwise
VARIABLES
Get
Shortcut Input
End If
COMMENT
Now we get all calendar entries for that date (except full day events). If there is more than one entry a list will be presented.
CALENDAR
Get Start of Day
from
Selected Date
CALENDAR
Add
1
days
from
Midnight
CALENDAR
Find
All Calendar Events
where
All the following are true
Start Date
is between
Midnight
and
Next day
Duration
is less than
1439
Sort by
None
Limit
SCRIPTING
If
Calendar Events
does not have any value
COMMENT
Stop when no meeting was found
SCRIPTING
Exit shortcut with
Result
Otherwise
SCRIPTING
Count
Items
in
Calendar Events
SCRIPTING
If
Count
is
1
COMMENT
Don’t show a list if only one meeting is available for the day
SCRIPTING
Get
First Item
from
Calendar Events
Otherwise
SCRIPTING
Choose from
Calendar Events
Prompt
Select calendar entry
Select Multiple
End If
End If
COMMENT
Generate the note content for the calendar event.
DOCUMENTS
Replace
(\/|\\|\:)
with
World
in
Selected Event
Case Sensitive
Regular Expression
TEXT
Meetings
VARIABLES
Set variable
Content
to
Header
SCRIPTING
If
Notes
has any value
VARIABLES
Add
Text
to
Content
Otherwise
End If
SCRIPTING
If
Notes
has any value
TEXT
## Details
Notes
VARIABLES
Add
Text
to
Content
Otherwise
End If
SCRIPTING
If
Content
is not
Header
TEXT
## Notes
VARIABLES
Add
Text
to
Content
Otherwise
End If
SCRIPTING
URL
Encode
Content
TEXT
iCloud
URL
obsidian://advanced-uri?vault=
Vault Name
&filepath=
Filename
&data=
Encoded Content
&mode=write
SAFARI
Open
URL

Showcuts

Magic Vars

Screenshot

Submitted Anonymously 10 months ago

Visit iCloud (iOS)

Copy iCloud Link

Scan QR Code

0