Karl Hakkarainen
My feedback
138 results found
-
45 votes
An error occurred while saving the comment Karl Hakkarainen supported this idea · -
3 votesKarl Hakkarainen supported this idea ·
-
14 votesKarl Hakkarainen supported this idea ·
-
40 votesKarl Hakkarainen supported this idea ·
-
5 votesKarl Hakkarainen supported this idea ·
-
73 votesKarl Hakkarainen supported this idea ·
-
82 votesKarl Hakkarainen supported this idea ·
-
1 voteKarl Hakkarainen shared this idea ·
-
1 voteKarl Hakkarainen shared this idea ·
-
28 votesKarl Hakkarainen supported this idea ·
-
12 votesKarl Hakkarainen supported this idea ·
-
42 votesKarl Hakkarainen supported this idea ·
-
86 votesKarl Hakkarainen supported this idea ·
-
27 votesKarl Hakkarainen supported this idea ·
-
14 votesKarl Hakkarainen supported this idea ·
-
29 votesKarl Hakkarainen supported this idea ·
An error occurred while saving the comment Karl Hakkarainen commentedWe'd be willing to pay for additional storage. We need to keep an archive of meeting minutes and other organizational documents. At present, we are storing these docs on a Google Drive and linking from our WA site. This gets unwieldy because we need to give our admins write-access to the Google Drive as well as their WA admin privs.
-
1 vote
An error occurred while saving the comment Karl Hakkarainen commentedAnswered my own question. I used split() to unpack the datetime string, remove the errant colon in the timezone field, and repack the string:
def xDate(d): d | split(":") | .[0] + ":" + .[1] + ":" + .[2] + .[3] | strptime("%Y-%m-%dT%H:%M:%S%z") ; .| xDate(.StartDate) | strftime("%B %m")
Karl Hakkarainen shared this idea · -
2 votesKarl Hakkarainen shared this idea ·
-
5 votesKarl Hakkarainen shared this idea ·
-
28 votesKarl Hakkarainen supported this idea ·
We need to be able to include Zoom meeting links for our events. Because we need to ensure that people have registered and paid for the events, we cannot include the Zoom link in the event description.
We've tried putting the Zoom link in the confirmation email. People often do not keep the confirmation email handy, particularly when they're registering a month or two in advance.
We do send emails to people who are registered, but we've also had recurring issues of people not receiving the emails.
So, it would be very helpful to be able to include information on the webpage or in the event itself that's visible only to the registrants.