Event on the third saturday of every month #566
Replies: 9 comments 11 replies
-
Yes! You would either set:
or use an RRULE like this:
Mind that the date you set needs to be a third Saturday as well. Otherwise, it breaks at the calendar provider. |
Beta Was this translation helpful? Give feedback.
-
Excellent! Many thanks. I would never have worked that out!
Lewis
From: Jens Kuerschner ***@***.***>
Reply to: add2cal/add-to-calendar-button ***@***.***>
Date: Wednesday 13 March 2024 at 17:47
To: add2cal/add-to-calendar-button ***@***.***>
Cc: Lewis Evans ***@***.***>, Author ***@***.***>
Subject: Re: [add2cal/add-to-calendar-button] Event on the third saturday of every month (Discussion #566)
Yes!
You would either set:
recurrence="monthly"
recurrence_interval="1"
recurrence_byDay="3SA"
or use an RRULE like this:
recurrence="RRULE:FREQ=MONTHLY;BYDAY=3SA"
Mind that the date you set needs to be a third Saturday as well. Otherwise, it breaks at the calendar provider.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I’m sorry, I am not a developer. I don’t understand this instruction. Add debug where? How do I add it as an attribute?
Forgive me. This is foreign territory.
Lewis
From: Jens Kuerschner ***@***.***>
Reply to: add2cal/add-to-calendar-button ***@***.***>
Date: Wednesday 13 March 2024 at 21:13
To: add2cal/add-to-calendar-button ***@***.***>
Cc: Lewis Evans ***@***.***>, Author ***@***.***>
Subject: Re: [add2cal/add-to-calendar-button] Event on the third saturday of every month (Discussion #566)
Can you add the debug option (simply add "debug" as attribute) and share what the browser console says?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Ah! Magic. I get this:
From: Jens Kuerschner ***@***.***>
Reply to: add2cal/add-to-calendar-button ***@***.***>
Date: Wednesday 13 March 2024 at 21:55
To: add2cal/add-to-calendar-button ***@***.***>
Cc: Lewis Evans ***@***.***>, Author ***@***.***>
Subject: Re: [add2cal/add-to-calendar-button] Event on the third saturday of every month (Discussion #566)
no worries.
Like this:
<add-to-calendar-button debug name="title" ... />
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
It says:
Error: Add to Calendar Button generation (atcb-btn-3) failed: time misspelled [-> HH:MM]
Lewis
From: Jens Kuerschner ***@***.***>
Reply to: add2cal/add-to-calendar-button ***@***.***>
Date: Thursday 14 March 2024 at 09:20
To: add2cal/add-to-calendar-button ***@***.***>
Cc: Lewis Evans ***@***.***>, Author ***@***.***>
Subject: Re: [add2cal/add-to-calendar-button] Event on the third saturday of every month (Discussion #566)
I guess images do not show up, when you reply by email.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Yes! That worked. 😊
The only bit that doesn’t work now are the icons for 'Outlook.com','Microsoft 365','Microsoft Teams','Yahoo'.
Any ideas? I have used them before but they don’t show this time.
Many thanks for your help!
Lewis
From: Jens Kuerschner ***@***.***>
Reply to: add2cal/add-to-calendar-button ***@***.***>
Date: Thursday 14 March 2024 at 20:19
To: add2cal/add-to-calendar-button ***@***.***>
Cc: Lewis Evans ***@***.***>, Author ***@***.***>
Subject: Re: [add2cal/add-to-calendar-button] Event on the third saturday of every month (Discussion #566)
Then that's the issue 😃 .
I am 98% sure that the two quotation marks in my screenshot above are no clean double quotes, but some special character:
image.png (view on web)
Usually, this happens, when preparing this code in Word or similar text editors.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Here's one where I thought it was working, although I now see several are not live links. https://lewisevans.net/cognac2023/ |
Beta Was this translation helpful? Give feedback.
-
Many thanks, Jens – and for the tip on the overlay. I tink I can give the button a higher z value in Thrive.
Cheers,
Lewis
From: Jens Kuerschner ***@***.***>
Reply to: add2cal/add-to-calendar-button ***@***.***>
Date: Monday 18 March 2024 at 12:51
To: add2cal/add-to-calendar-button ***@***.***>
Cc: Lewis Evans ***@***.***>, Author ***@***.***>
Subject: Re: [add2cal/add-to-calendar-button] Event on the third saturday of every month (Discussion #566)
Ah, got you.
When using recurrence, the button only shows the calendar options, which safely support this! That's why you are not seeing all of them.
I also noticed that your layout overlaps with the list. You can optimize your HTML/CSS or use the forceOverlay option.
Have a nice day!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Is it possible to set the add to calendar to specify an event that happens on the third saturday of every month? if so, how?
Beta Was this translation helpful? Give feedback.
All reactions