Remove incorrect gcal link from C/C++ language wg#201374
Merged
Merged
Conversation
The C and C++ language working group meets on the first and third Wed of the month, but Google Calendar does not support doing this via a single event. Instead, we have one event for recurring on the 1st Wed and a second event for recurring on the 3rd Wed. That means we cannot use a single gcal link for the event. Instead of listing two links, this removes the gcal link entirely because the meeting is also listed on the community calendar itself. This reduces confusion for folks, but it would be nice to get a replacement link at some point.
|
@llvm/pr-subscribers-clang Author: Aaron Ballman (AaronBallman) ChangesThe C and C++ language working group meets on the first and third Wed of the month, but Google Calendar does not support doing this via a single event. Instead, we have one event for recurring on the 1st Wed and a second event for recurring on the 3rd Wed. That means we cannot use a single gcal link for the event. Instead of listing two links, this removes the gcal link entirely because the meeting is also listed on the community calendar itself. This reduces confusion for folks, but it would be nice to get a replacement link at some point. 1 Files Affected:
diff --git a/llvm/docs/GettingInvolved.rst b/llvm/docs/GettingInvolved.rst
index aec6c87a1424e..1a723d37c9678 100644
--- a/llvm/docs/GettingInvolved.rst
+++ b/llvm/docs/GettingInvolved.rst
@@ -194,7 +194,6 @@ what to add to your calendar invite.
- `Minutes/docs <https://docs.google.com/document/d/1GahxppHJ7o1O_fn1Mbidu1DHEg7V2aOr92LXCtNV1_o/edit?usp=sharing>`__
* - Clang C and C++ Language Working Group
- 1st and 3rd Wednesday of the month
- - `gcal <https://calendar.google.com/calendar/u/0?cid=cW1lZGg0ZXNpMnIyZDN2aTVydGVrdWF1YzRAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ>`__
- `Minutes/docs <https://docs.google.com/document/d/1x5-RbOC6-jnI_NcJ9Dp4pSmGhhNe7lUevuWUIB46TeM/edit?usp=sharing>`__
* - LLVM SPIR-V Backend Working Group
- Every week on Monday
|
cor3ntin
approved these changes
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The C and C++ language working group meets on the first and third Wed of the month, but Google Calendar does not support doing this via a single event. Instead, we have one event for recurring on the 1st Wed and a second event for recurring on the 3rd Wed. That means we cannot use a single gcal link for the event. Instead of listing two links, this removes the gcal link entirely because the meeting is also listed on the community calendar itself. This reduces confusion for folks, but it would be nice to get a replacement link at some point.