diff --git a/.github/workflows/build_deploy.yml b/.github/workflows/build_deploy.yml
index 32c6a7f..66cba53 100644
--- a/.github/workflows/build_deploy.yml
+++ b/.github/workflows/build_deploy.yml
@@ -31,12 +31,12 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
- ruby-version: '3.2'
+ ruby-version: '3.3'
bundler-cache: true
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
- uses: actions/configure-pages@v3
+ uses: actions/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
@@ -46,7 +46,7 @@ jobs:
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
# Deployment job
deploy:
@@ -59,4 +59,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml
index f3b0ac6..1a7c196 100644
--- a/.github/workflows/links.yml
+++ b/.github/workflows/links.yml
@@ -11,11 +11,11 @@ jobs:
link_checker:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
- ruby-version: '3.1'
+ ruby-version: '3.3'
bundler-cache: true
- name: Build site
@@ -26,7 +26,7 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v2
with:
- args: --verbose --no-progress -- _site/**/*.html
+ args: --verbose --no-progress -b _site --fallback-extensions html --offline _site/*.html _site/**/*.html
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
diff --git a/_about_pages/definitions.adoc b/_about_pages/definitions.adoc
index 710e899..31bdd92 100644
--- a/_about_pages/definitions.adoc
+++ b/_about_pages/definitions.adoc
@@ -26,7 +26,7 @@ consists of up to seven elected Directors which may be but need not be
representatives of CalConnect Members. The Board is responsible for the
governance of The Calendaring and Scheduling Consortium, Inc. (that is, the
corporation itself) in accordance with the
-link:{{'/docs/bylaws.pdf' | relative_url}}[Bylaws].
+link:{{'/policies' | relative_url}}[Bylaws].
[#BOF]
== BOF
@@ -62,7 +62,7 @@ CalConnect Conferences are where link:#PC[Provisional Committees] report on
their findings and where link:#TC[Technical Committees] report on their work,
hold discussions and resolve outstanding issues. Conferences also provide an
opportunity to foster new work and ideas through BOFs and Workshops, and a
-general plenary session. See link:{{'/conferences' | relative_url }}[CalConnect Conferences] for more
+general plenary session. See link:{{'/events/conferences' | relative_url }}[CalConnect Conferences] for more
information.
[#Consortium]
@@ -93,7 +93,7 @@ the member when necessary.
== Observer
-An link:{{'/events/events-activities/observers' | relative_url }}[Observer] is an individual
+An link:{{'/events/observers' | relative_url }}[Observer] is an individual
from a non-member who is attending a link:#Conference[CalConnect
Conference] to determine whether or not his or her organization should
become a link:#Member[member]. An organization may send one or more
diff --git a/_about_pages/liaisons-and-relationships.adoc b/_about_pages/liaisons-and-relationships.adoc
index 9bf29c9..3beb42f 100644
--- a/_about_pages/liaisons-and-relationships.adoc
+++ b/_about_pages/liaisons-and-relationships.adoc
@@ -23,9 +23,9 @@ President of CalConnect.
[cols="1,1,1", options="header"]
|===
-| https://www.iso.org/[image:{{'/assets/images/logo_iso.svg' | relative_url }}[ISO Logo]]
-| https://www.m3aawg.org/[image:{{'/assets/images/logo_m3aawg.svg' | relative_url }}[M3AAWG Logo]]
-| https://www.oasis-open.org/[image:{{'/assets/images/logo_oasis.svg' | relative_url }}[Oasis Logo]]
+| https://www.iso.org/[image:{{'/assets/images/external-logos/logo_iso.svg' | relative_url }}[ISO Logo]]
+| https://www.m3aawg.org/[image:{{'/assets/images/external-logos/logo_m3aawg.png' | relative_url }}[M3AAWG Logo]]
+| https://www.oasis-open.org/[image:{{'/assets/images/external-logos/logo_oasis.svg' | relative_url }}[Oasis Logo]]
|===
== Internet Engineering Task Force (IETF)
diff --git a/_about_pages/policies.adoc b/_about_pages/policies.adoc
index 4d0d399..828b69c 100644
--- a/_about_pages/policies.adoc
+++ b/_about_pages/policies.adoc
@@ -14,13 +14,13 @@ The Articles of Incorporation of The Calendaring and Scheduling Consortium, inco
== Bylaws
-Details: link:{{'/docs/corporate/TCSC%20Bylaws%20Revision%209%202020-02-21.pdf' | relative_url }}[Bylaws]
+Details: link:{{'/docs/corporate/TCSC Bylaws Revision 9 2020-02-21.pdf' | relative_url }}[Bylaws]
The Bylaws of The Calendaring and Scheduling Consortium, adopted February 27, 2004; amended May 16, 2005, April 4, 2008, July 25, 2008, July 9, 2010, April 11, 2014, August 8, 2014, April 14, 2017, November 15, 2019, and February 21, 2020.
== Intellectual property rights policy
-Details: link:{{'/about/policies/ipr-policy' | relative_url }}[Intellectual Property Rights Policy]
+Details: link:{{'/about/policies/intellectual-property-rights-policy' | relative_url }}[Intellectual Property Rights Policy]
Intellectual Property Rights policy.
diff --git a/_about_pages/projects/abstract-calendaring-api.adoc b/_about_pages/projects/abstract-calendaring-api.adoc
index 77729bb..5102955 100644
--- a/_about_pages/projects/abstract-calendaring-api.adoc
+++ b/_about_pages/projects/abstract-calendaring-api.adoc
@@ -19,4 +19,4 @@ on that system.
Work item of: link:{{'/about/technical-committees/tc-api' | relative_url }}[TC API].
-Details: link:{{'/7_things_api' | relative_url }}[*Abstract Calendaring API*]
+Details: link:{{'/resources/7-things-you-should-know-about/abstract-calendaring-api' | relative_url }}[*Abstract Calendaring API*]
diff --git a/_about_pages/projects/consensus-scheduling.adoc b/_about_pages/projects/consensus-scheduling.adoc
index 207b325..4b6705e 100644
--- a/_about_pages/projects/consensus-scheduling.adoc
+++ b/_about_pages/projects/consensus-scheduling.adoc
@@ -20,4 +20,4 @@ additional iCalendar and iTIP component designed to allow the
implementation of consensus scheduling with any system and client.
link:{{'/about/technical-committees/tc-freebusy' | relative_url }}[TC FREEBUSY].
-Details: link:{{'/7_things_consensus_scheduling' | relative_url }}[*Consensus Scheduling (VPOLL)*]
+Details: link:{{'/resources/7-things-you-should-know-about/consensus-scheduling' | relative_url }}[*Consensus Scheduling (VPOLL)*]
diff --git a/_about_pages/projects/push-for-caldav.adoc b/_about_pages/projects/push-for-caldav.adoc
index dcd4c38..04c7525 100644
--- a/_about_pages/projects/push-for-caldav.adoc
+++ b/_about_pages/projects/push-for-caldav.adoc
@@ -22,4 +22,4 @@ technologies that can be used when no other PUSH method is available. To
help implementers we will provide guidelines to PUSH support on servers
and clients.
-Details: link:{{'/7_things_push' | relative_url }}[*PUSH for CalDAV (and CardDAV)*]
+Details: link:{{'/resources/7-things-you-should-know-about/push' | relative_url }}[*PUSH for CalDAV (and CardDAV)*]
diff --git a/_about_pages/projects/tasks.adoc b/_about_pages/projects/tasks.adoc
index d68fcc0..e964486 100644
--- a/_about_pages/projects/tasks.adoc
+++ b/_about_pages/projects/tasks.adoc
@@ -19,4 +19,4 @@ link:{{'/about/technical-committees/tc-tasks' | relative_url }}[TC TASKS] is wor
areas such as project management, WS Human Task, and smart grid energy
management.
-Details: link:{{'/7_things_tasks' | relative_url }}[*Tasks (VTODOs)*]
\ No newline at end of file
+Details: link:{{'/resources/7-things-you-should-know-about/tasks' | relative_url }}[*Tasks (VTODOs)*]
\ No newline at end of file
diff --git a/_about_pages/technical-committees.adoc b/_about_pages/technical-committees.adoc
index 7f27443..fe91e66 100644
--- a/_about_pages/technical-committees.adoc
+++ b/_about_pages/technical-committees.adoc
@@ -125,11 +125,11 @@ Details: link:{{'/about/technical-committees/tc-sharing/' | relative_url}}[TC-SH
Extend the existing caldav-sharing and caldav-notifications specifications to support address books and other resource types.
-=== TC-STREAMING: Calendar data streaming
+// === TC-STREAMING: Calendar data streaming
-Details: link:{{'/about/technical-committees/tc-streaming/' | relative_url}}[TC-STREAMING Charter]
+// Details: link:{{'/about/technical-committees/tc-streaming/' | relative_url}}[TC-STREAMING Charter]
-Define and document a streaming protocol for calendar data.
+// Define and document a streaming protocol for calendar data.
=== TC-TESTER: Testing framework
diff --git a/_about_pages/technical-committees/closed-tcs.adoc b/_about_pages/technical-committees/closed-tcs.adoc
index 73b99ba..a734698 100644
--- a/_about_pages/technical-committees/closed-tcs.adoc
+++ b/_about_pages/technical-committees/closed-tcs.adoc
@@ -127,15 +127,7 @@ In 2017, TC-RESOURCE was closed and responsibility for its outstanding specifica
== TC-TASKS
-TC-TASKS was chartered to extend the functionality of the iCalendar and specifically VTODO object model to provide enhanced support for tasks including needs such as project management, smart power grids and business task scheduling, in a way that allows a calendaring system to manage the data and calendaring clients to display and change it.
-
-The approach taken was to survey existing task management standards in particular WS-HumanTask and WS-Calendar and to incorporate elements from these into the iCalendar standards which are required for the communication of task scheduling information and execution of tasks by a participant.
-
-A number of areas were identified for extension and identified within the scope section of this document. The extensions deal principally with the Object Model and not the API or Protocol for operating on tasks. It was not the aim of this committee to replicate or subsume the definition, sequencing or co-ordination of tasks best performed by a project management, workforce or process management technologies but to provide a calendaring based platform for communication of tasks with task performers.
-
-The Technical Committee produced a Task Architecture[Task Architecture] which was published by CalConnect, and a Tasks Extensions to iCalendar specification currently at the IETF.
-
-In 2017 TC-TASKS was closed and responsibility for its outstanding specification at the IETF transferred to TC-CALENDAR.
+See {{'/about/technical-committees/tc-tasks' | relative_url}}[TC-TASKS].
== TC-TIMEZONE (original and reactivation)
diff --git a/_about_pages/technical-committees/tc-push.adoc b/_about_pages/technical-committees/tc-push.adoc
index 671c736..fc3721b 100644
--- a/_about_pages/technical-committees/tc-push.adoc
+++ b/_about_pages/technical-committees/tc-push.adoc
@@ -4,7 +4,6 @@ title: CalConnect PUSH Technical Committee
type: about
permalink: /about/technical-committees/:title
order: 11
-published: false
---
= CalConnect PUSH Technical Committee
diff --git a/_about_pages/technical-committees/tc-tasks.adoc b/_about_pages/technical-committees/tc-tasks.adoc
new file mode 100644
index 0000000..6da277d
--- /dev/null
+++ b/_about_pages/technical-committees/tc-tasks.adoc
@@ -0,0 +1,51 @@
+---
+layout: page
+title: CalConnect TASKS Technical Committee
+type: about
+permalink: /about/technical-committees/:title
+order: 16
+---
+
+= CalConnect TASKS Technical Committee
+
+== Charter
+
+TC-TASKS was chartered to extend the functionality of the iCalendar and
+specifically VTODO object model to provide enhanced support for tasks including
+needs such as project management, smart power grids and business task
+scheduling, in a way that allows a calendaring system to manage the data and
+calendaring clients to display and change it.
+
+The approach taken was to survey existing task management standards in
+particular WS-HumanTask and WS-Calendar and to incorporate elements from these
+into the iCalendar standards which are required for the communication of task
+scheduling information and execution of tasks by a participant.
+
+A number of areas were identified for extension and identified within the scope
+section of this document. The extensions deal principally with the Object Model
+and not the API or Protocol for operating on tasks. It was not the aim of this
+committee to replicate or subsume the definition, sequencing or co-ordination of
+tasks best performed by a project management, workforce or process management
+technologies but to provide a calendaring based platform for communication of
+tasks with task performers.
+
+The Technical Committee produced a Task Architecture which was published by
+CalConnect, and a Tasks Extensions to iCalendar specification currently at the
+IETF.
+
+== Out of Scope
+
+-
+
+== Deliverables
+
+== Begin and End Dates
+
+* *Begin:* 2013-02-11
+* *End:* 2017
+
+In 2017 TC-TASKS was closed and responsibility for its outstanding specification
+at the IETF transferred to TC-CALENDAR.
+
+== Milestones and Work Products
+
diff --git a/_data/navigation.yml b/_data/navigation.yml
index ce6094d..4f09e91 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -13,35 +13,35 @@ about:
url: /about/technical-committees
subsubfolderitems:
- page: TCC Technical Coordination Committee
- url: /about/technical-committees/tcc/
+ url: /about/technical-committees/tcc
- page: TC-API
- url: /about/technical-committees/tc-api/
+ url: /about/technical-committees/tc-api
- page: TC-AUTODISCOVERY
- url: /about/technical-committees/tc-autodiscovery/
+ url: /about/technical-committees/tc-autodiscovery
- page: TC-CALENDAR
- url: /about/technical-committees/tc-calendar/
+ url: /about/technical-committees/tc-calendar
- page: TC-CALSPAM
- url: /about/technical-committees/tc-calspam/
+ url: /about/technical-committees/tc-calspam
- page: TC-CLIENT
- url: /about/technical-committees/tc-client/
+ url: /about/technical-committees/tc-client
- page: TC-DATETIME
- url: /about/technical-committees/tc-datetime/
+ url: /about/technical-committees/tc-datetime
- page: TC-DEVGUIDE
- url: /about/technical-committees/tc-devguide/
+ url: /about/technical-committees/tc-devguide
- page: TC-LOCALIZATION
- url: /about/technical-committees/tc-localization/
+ url: /about/technical-committees/tc-localization
- page: TC-PUBLISH
- url: /about/technical-committees/tc-publish/
+ url: /about/technical-committees/tc-publish
- page: TC-PUSH
- url: /about/technical-committees/tc-push/
+ url: /about/technical-committees/tc-push
- page: TC-SHARING
- url: /about/technical-committees/tc-sharing/
- - page: TC-STREAMING
- url: /about/technical-committees/tc-streaming/
+ url: /about/technical-committees/tc-sharing
+ # - page: TC-STREAMING
+ # url: /about/technical-committees/tc-streaming
- page: TC-TESTER
- url: /about/technical-committees/tc-tester/
+ url: /about/technical-committees/tc-tester
- page: TC-VCARD
- url: /about/technical-committees/tc-vcard/
+ url: /about/technical-committees/tc-vcard
- page: Closed TCs
url: /about/technical-committees/closed-tcs
- page: Major Work Projects
@@ -151,7 +151,7 @@ resources:
- page: Public Discussion Lists
url: /resources/discussion-lists
- page: Public Review
- url: /resources/public-review
+ url: https://standards.calconnect.org/public-review/
- page: Timezone changes knowledge base
url: /resources/timezone-changes
- page: Related Blogs
diff --git a/_event_pages/about-events.adoc b/_event_pages/about-events.adoc
index 463c133..895df35 100644
--- a/_event_pages/about-events.adoc
+++ b/_event_pages/about-events.adoc
@@ -33,8 +33,8 @@ conference, or as a completely separeate event; testing is now
incorporated into the regular CalConnect Conferences and is generally
not a separate event.
-A non-member may be an link:{{'/observer' | relative_url }}[Observer] at a single
-CalConnect Conference to determine whether they wish to join.
+A non-member may be an link:{{'/events/observers' | relative_url }}[Observer] at
+a single CalConnect Conference to determine whether they wish to join.
Logistics information for each coming event is provided as early as
possible after a prospective host agrees to a location and dates. As
diff --git a/_event_pages/conferences.adoc b/_event_pages/conferences.adoc
index 9f24ea1..d99ec8b 100644
--- a/_event_pages/conferences.adoc
+++ b/_event_pages/conferences.adoc
@@ -17,7 +17,7 @@ venue. Registration for the Conference is first-come, first-served.
Although attendance at CalConnect Conferences is generally limited to
CalConnect member representatives, a prospective member may send one or
more
-link:{{'/events/events-activities/observers' | relative_url }}[Observers]
+link:{{'/events/observers' | relative_url }}[Observers]
to a single Conference to determine whether or not it wishes to join.
Observers pay the same registration fee as regular participants and may
participate in all Conference activities, but may not vote.
diff --git a/_event_pages/events-activities.adoc b/_event_pages/events-activities.adoc
index 137a543..3cfa4e0 100644
--- a/_event_pages/events-activities.adoc
+++ b/_event_pages/events-activities.adoc
@@ -23,21 +23,21 @@ public.
=== CalConnect Conferences
-* link:{{'/conferences' | relative_url }}[*CalConnect Conferences*]
+* link:{{'/events/conferences' | relative_url }}[*CalConnect Conferences*]
Specific information about upcoming Conferences can be found at
* link:{{'/events' | relative_url }}[Future Events]; generally the sessions and abstracts are
available several weeks before each event on the event web page. The
event pages for past events can be found at
link:{{'/events/past-events' | relative_url }}[Past Events]. Reports on past events may be
-found at link:{{'/events/events/event-reports' | relative_url }}[Event Reports]
+found at link:{{'/events/event-reports' | relative_url }}[Event Reports]
or the https://standards.calconnect.org/[Standards Repository/Document
Register].
-* link:{{'/conferencefees' | relative_url }}[*Conference Fees*]
+* link:{{'/events/conference-fees' | relative_url }}[*Conference Fees*]
Conference Registration Fees.
-* link:{{'/conferencereg' | relative_url }}[*Conference Registration*]
+* link:{{'/events/event-registration-payment' | relative_url }}[*Conference Registration*]
The Registration form for the upcoming Conference. This form is used for
both member representatives and for observers.
@@ -45,7 +45,7 @@ both member representatives and for observers.
=== Other CalConnect Activities
The technical work of CalConnect is largely done by
-link:{{'/about/technical-committees/tcs-active' | relative_url }}[Technical Committees].
+link:{{'/about/technical-committees' | relative_url }}[Technical Committees].
Any member of CalConnect may propose a Technical Committee, and nominate
an individual to Chair the TC if it is approved. Approval of a new
diff --git a/_event_pages/past-events.html b/_event_pages/past-events.html
index a9d75a1..10a593e 100644
--- a/_event_pages/past-events.html
+++ b/_event_pages/past-events.html
@@ -15,7 +15,7 @@
diff --git a/_events/calconnect-calendarfest-2021.adoc b/_events/calconnect-calendarfest-2021.adoc
index d15c546..c20f7cf 100644
--- a/_events/calconnect-calendarfest-2021.adoc
+++ b/_events/calconnect-calendarfest-2021.adoc
@@ -9,7 +9,7 @@ image: /assets/images/CalConnectEventTBD.jpg
== CalConnect CalendarFest 2021 📆🎉 (Autumn 2021)
-image::{{'/assets/images/CalConnectEventTBD.jpg' | relative_url }}[CalConnect Virtual Conference Spring 2022,800,530]
+image::{{'/assets/images/CalConnectEventTBD.jpg' | relative_url }}[CalConnect Virtual Conference Spring 2022]
CalendarFest is a novel (virtual) event, which wants to let users and developers
of (electronic) calendar applications, servers, and related groupware systems,
@@ -28,7 +28,7 @@ current topics in electronic calendaring from different perspectives.
[[registration]]
== Participation
-Participation at CalendarFest will be free for presenters of accepted talks. Other participants need to link:{{'/news/2021-09-02-registration-open-october-2021-calconnect-virtual-conference' | relative_url}}[register] for a small organizational fee, which also allows for participation at the “colocated” CalConnect Virtual Conference.
+Participation at CalendarFest will be free for presenters of accepted talks. Other participants need to link:{{'/news/2021-09-02-registration-is-open-for-the-october-2021-calconnect-virtual-conference' | relative_url}}[register] for a small organizational fee, which also allows for participation at the “colocated” CalConnect Virtual Conference.
[[location]]
diff --git a/_events/calconnect-nottingham-spring-2022.adoc b/_events/calconnect-nottingham-spring-2022.adoc
index 37931b6..d5100e1 100644
--- a/_events/calconnect-nottingham-spring-2022.adoc
+++ b/_events/calconnect-nottingham-spring-2022.adoc
@@ -9,7 +9,7 @@ image: /assets/images/nottingham.jpg
== CalConnect Nottingham 2022, November, 2022, Hosted By Cronofy
-image::{{'/assets/images/nottingham.jpg' | relative_url }}[Nottingham, U.K.,750,404]
+image::{{'/assets/images/nottingham.jpg' | relative_url }}[Nottingham, U.K.]
Monday, November 14, 2022 to Wednesday, November 16, 2022
@@ -101,7 +101,7 @@ Rental Cars and Taxis: All airports have rental car facilities and taxis availab
[[lodging]]
== Lodging
-At this time, the conference hotel is the https://all.accor.com/hotel/8061/index.en.shtml[Mercure Nottingham City Centre George Hotel], 2 George Street, Nottingham NG1 3BP United Kingdom Tel: +441159853600, Fax: (+44)115/9599777, There is no corporate rate, so book directly with the hotel via the webite. This hotel has a restaurant and bar.
+At this time, the conference hotel is the https://all.accor.com/hotel/8061/index.en[Mercure Nottingham City Centre George Hotel], 2 George Street, Nottingham NG1 3BP United Kingdom Tel: +441159853600, Fax: (+44)115/9599777, There is no corporate rate, so book directly with the hotel via the webite. This hotel has a restaurant and bar.
One alternative is the https://www3.hilton.com/en/hotels/united-kingdom/hilton-nottingham-EMANOHN/index.html[Nottingham Hilton], Milton Street, Nottingham, NG1 3PZ, United Kingdom TEL: +44-115-934-9700 FAX: +44-115-934-9711. There is no corporate rate, so book directly with the hotel via the website.
@@ -114,7 +114,7 @@ There are a variety of other hotels iin the same area.
=== CalConnect Nottingham 2022
-_This schedule will be updated as new information and new sessions are added. Please check periodically for changes and additions. The event calendar will be activated closer to the event._
+_This schedule will be updated as new information and new sessions are added. Please check periodically for changes and additions. The event calendar will be activated closer to the event._
All times shown are UK local time
diff --git a/_events/calconnect-public-day-hong-kong-it-fest.adoc b/_events/calconnect-public-day-hong-kong-it-fest.adoc
index 0264173..4713116 100644
--- a/_events/calconnect-public-day-hong-kong-it-fest.adoc
+++ b/_events/calconnect-public-day-hong-kong-it-fest.adoc
@@ -15,7 +15,7 @@ Wednesday, April 20, 2016 - All Day
==== CalConnect, the Calendaring & Scheduling conference, invites you to attend our all-day Public Event at the Hong Kong International ITFest at the Hong Kong Convention and Exhibition Centre.
-image:{{'/assets/images/public_day_logo_0.jpg' | relative_url }}[https://www.calconnect.org/sites/default/files/events/public_day_logo_0, width=800, height=464]
+image:{{'/assets/images/public_day_logo_0.jpg' | relative_url }}[width=800, height=464]
CalConnect Public Day at Hong Kong IT Fest, April 20, 2016
@@ -39,7 +39,7 @@ Gary Schwartz, President, https://www.calconnect.org[The Calendaring & Schedulin
Ir. Allen Yeung, CIO http://www.ogcio.gov.hk/[OGCIO] +
Ronald Tse, CEO, https://www.ribose.com/home[Ribose]
-image::/assets/images/ribose_120.jpg[OGCIO, Ribose, CalConnect,744,212]
+image::/assets/images/calconnect-hk-host-logos.png[OGCIO, Ribose, CalConnect,744,212]
[[registration]]
== Registration Information
@@ -229,7 +229,7 @@ mailto:schwag@rpi.edu[schwag@rpi.edu]
==== Ribose (CalConnect member)
-http://www.ribose.com[image::/assets/images/ribose_120.jpg[Ribose Inc.]]
+http://www.ribose.com[image::/assets/images/calconnect-hk-host-logos.png[Ribose Inc.]]
Ribose is an online social collaboration platform that connects you with friends, family, co-workers, and communities in a new way. Our platform lets you focus on the task at hand while keeping you and your team on the same page.
@@ -335,6 +335,7 @@ mailto:dave.thewlis@calconnect.org[dave.thewlis@calconnect.org]
CalConnect wishes to recognize, and to thank, our hosts, sponsors, and supporting organizations, who are collaborating with us on CalConnect XXXVI, our first event in the Asia /Pacific region.
image::/assets/images/sponsor-logos3.png[""]
+
==== Hosts
* http://www.ribose.com/[Ribose]
diff --git a/_events/calconnect-public-time-zone-workshop.adoc b/_events/calconnect-public-time-zone-workshop.adoc
index afc9b65..cc9c9b7 100644
--- a/_events/calconnect-public-time-zone-workshop.adoc
+++ b/_events/calconnect-public-time-zone-workshop.adoc
@@ -15,13 +15,13 @@ image: /assets/images/world-time-zone-map.jpg
[[intro]]
image:{{'/assets/images/world-time-zone-map.jpg' | relative_url }}[
-,width=650,height=350]
+]
Tuesday, February 05, 2019
The Public Time Zone Workshop will be Tuesday February 5th from 13:30 to 17:30 at the Google facility at Lagerstrasse 100, Meeting Room "Heidi", 2nd floor..
-This workshop will be focussed on the potential impact of EU Summer Time changes and how the changes might be mitigated; please see our link:{{'/news/2018/10/30/calconnect-calls-eu-reconsider-timeline-proposed-seasonal-time-changes' | relative_url}}[news release].
+This workshop will be focussed on the potential impact of EU Summer Time changes and how the changes might be mitigated; please see our link:{{'/news/2018-10-30-calconnect-calls-eu-reconsider-timeline-proposed-seasonal-time-changes' | relative_url}}[news release].
The workshop is *open to the public* but you *must register in advance* as space will be limited. There is *no fee* to attend the workshop.
diff --git a/_events/calconnect-seminar-hong-kong-university.adoc b/_events/calconnect-seminar-hong-kong-university.adoc
index b9ef6a2..ccdd9eb 100644
--- a/_events/calconnect-seminar-hong-kong-university.adoc
+++ b/_events/calconnect-seminar-hong-kong-university.adoc
@@ -23,7 +23,7 @@ University of Hong Kong, K.K. Leung Building, Room KK102
=== Introduction
[[intro]]
-image:{{'/assets/images/hku-academic-event.jpg' | relative_url }}[https://www.calconnect.org/sites/default/files/events/hku-academic-event,width=800,height=598]
+image:{{'/assets/images/hku-academic-event.jpg' | relative_url }}[]
CalConnect, the Calendaring & Scheduling Consortium, is coming to Hong Kong for our first members conference to be held in the Asia/Pacific Region.
@@ -63,7 +63,7 @@ CalConnect wishes to recognize, and to thank, our hosts, sponsors, and
supporting organizations, who are collaborating with us on CalConnect XXXVI, our
first event in the Asia /Pacific region.
-image::/sites/default/files/media/sponsor-logos3.png[]
+image::/assets/images/sponsor-logos3.png[""]
==== Hosts
diff --git a/_events/calconnect-virtual-conference-2020.adoc b/_events/calconnect-virtual-conference-2020.adoc
index 7eb9ff4..eb7a885 100644
--- a/_events/calconnect-virtual-conference-2020.adoc
+++ b/_events/calconnect-virtual-conference-2020.adoc
@@ -10,7 +10,7 @@ image: /assets/images/CalConnectEventTBD.jpg
== CalConnect Virtual Conference 2020
[[intro]]
-image:{{'/assets/images/CalConnectEventTBD.jpg' | relative_url }}[https://www.calconnect.org/sites/default/files/default_images/CalConnectEventTBD,width=800,height=530]
+image:{{'/assets/images/CalConnectEventTBD.jpg' | relative_url }}[]
CalConnect Virtual Conference October 12-15 2020
diff --git a/_events/calconnect-virtual-conference-2021.adoc b/_events/calconnect-virtual-conference-2021.adoc
deleted file mode 100644
index 98a39d2..0000000
--- a/_events/calconnect-virtual-conference-2021.adoc
+++ /dev/null
@@ -1,172 +0,0 @@
----
-layout: page
-name: CalConnect Virtual Conference 2021
-host_info: Hosted by CalConnect and conducted entirely via Zoom.
-date: 2021-04-12
-image: /assets/images/CalConnectEventTBD.jpg
----
-:page-liquid:
-
-== CalConnect Virtual Conference 2021
-
-image::{{'/assets/images/CalConnectEventTBD.jpg' | relative_url }}[CalConnect Virtual Conference 2021,800,530]
-
-CalConnect Virtual Conference April 12-16 2021
-
-Monday, April 12, 2021 to Friday, April 16, 2021
-
-link:webcal://p48-calendars.icloud.com/published/2/lYLdmehfxPPXFJb6UG45eNn1BtQ_JuuKwVffIvBx6CoC3tu_6W3vy2rY-ntnnPP3CVNSbw2-_vcAuwlN7O51PZ3494ByL9Jod25b3LJg_C8[Subscribe] to the CalConnect Week Calendar.
-
-Recent Changes:
-
-06 Nov 2020 - Initial post.
-
-17 Feb 2021 - Initial schedule and agenda posted.
-
-31 Mar 2021 - Thursday JMAP session will be joint working group call with IETF WGs
-
-01 Apr 2021 - Start Time on Monday 12 April adjusted to 1100 Eastern
-
-06 Apr 2021 - Conference Calendar .ics entries provided
-
-09 Apr 2021 - Thursday sessions content updates
-
-14 Apr 2021 - corrected schedule reference to UTC offset for daylight time, removed Friday reference from schedule
-
-*Introduction*
-
-The CalConnect Virtual Conference 2021 will be held via Zoom the week of April 12-16, 2021. Our goal is to present a set of compelling sessions on issues CalConnect members are currently facing and possibly working on.
-
-The conference will be conducted on the North America Eastern time zone (UTC-5) and will take place Monday through Wednesday from 11:00 to 14:00 EST. Thursday and possibly Friday, which will have sessions at times convenient for our Far East and Australia colleages presenting the sessions, will be from 01:00 to 04:00 EST (this schedule may be adjusted as needed).
-
-The conference will be organized by day with each day having a list of sessions and session topics. At this time we are not going to assign a specific time for each session within the 3-hour period, however we expect that most sessions will be no more than an hour including a question or discussion period and a short break. Insofar as possible sessions will be scheduled to begin on the top of the hour. All sessions will be recorded and available after the fact to registrants who were unable to be on a specific session.
-
-We also plan to offer interoperability testing during or adjacent to the Virtual Conference. More details on this will be available when people register.
-
-The Virtual Conferences will be open to members and non-members. You must register in advance and pay the registration fee for the conference prior to Monday April 12 2021. Please register for the conference at link:{{'/events/event-registration-payment' | relative_url }}[Event Registration]
-
-Registration for the Virtual Conference is $50 U.S. per person.
-
-[[registration]]
-== Registration Information
-
-Registration is open through Sunday April 11 2021; please see link:{{'/events/event-registration-payment' | relative_url }}[Event Registration] to register. See the registration pages linked above for more information. Registrants will be sent the access information prior to the Virtual Conference.
-
-[[location]]
-== Location
-
-Via Zoom. URL and access credentials will be provided to all registered attendees before the Virtual Conference.
-
-[[transportation]]
-
-[[lodging]]
-
-[[test-schedule]]
-== Test Event Schedule
-
-To be announced.
-
-[[conference-schedule]]
-== Conference Schedule
-
-=== CALCONNECT VIRTUAL CONFERENCE APRIL 2021
-
-_This schedule will be updated as new information and new sessions are added. Please check periodically for changes and additions._
-
-*All times shown are Eastern North America UTC-4 (daylight saving time)*
-
-[cols="1,9"]
-|===
-2+| *Monday 12 April 2021*
-
-| 1100-1130
-a| *Intros and Familiarization*
-
-- Quick discussion on Zoom and tools
-- Introductions and welcome to newcomers
-
-| 1130-1200
-a| *Conference Welcome and Plenary*
-
-- TC Status
-
-- Report from Board, next steps
-
-- Plans for Autumn 2021 and beyond
-
-| 1200-1300
-a| *Implementing JSCalendar _HIGHLIGHT SESSION_*
-
-- Report on implementing JSCalendar in Bedework and Fastmail
-
-| 1300-1400
-a| *Testing and Certification Discussion*
-
-- CalDAV Tester improvements and client support
-
-- Automated testing of calendar clients
-
-- CalConnect Certification discussion: should CalConnect offer certification of calendar servers or clients?
-
-| 1400-1430 | *Interoperability Testing opportunity / Chat Time*
-2+| *Tuesday 13 April 2021*
-| 1045-1100 | *Chat Time*
-| 1100-1200
-a| *DMARC and iMIP Constraints and Incompatibilities _HIGHLIGHT SESSION_* +
-_There are known issues with iMip and DMARC. For example, forwarding of invitations and sending on behalf of another user. We will outline the problems and possibly suggest solutions._
-
-| 1200-1300
-a| *Date and Time Representations*
-
-- Non-Gregorian Calendar Systems
-
-- What to expect from calendar systems?
-
-- Standard representation of dates
-
-- What is already there (RSCALE)?
-
-- A new implementation of RSCALE in Java
-
-| 1300-1315
-a| *TC-CALENDAR Review* +
-_Review of ongoing work; status of current draft specifications_
-
-| 1315-1400
-a| *Calendar Privacy and Encrypted CalDAV* +
-_Many calendar services require storing the data on servers with full access by the provider. Are there approaches we can take to enhance privacy? The ISO Privacy work is focused on consumer rights. This discussion wlil focus on the protocols and implementation._
-
-| 1400-1430 | *Chat Time*
-2+| *Wednesday 14 April 2021*
-| 1045-1100 | *Chat Time*
-| 1100-1200
-a| *Calendaring, Public Events and Higher Education _HIGHLIGHT SESSION_* +
-_A discussion on the calendar issues facing higher ed institutions. These include resource management and event publication._
-
-| 1200-1300
-a| *Overview of the Calendar Client Landscape and the Future of Calendaring* +
-_Discussion and brainstorming_
-
-| 1300-1400
-a| *Calendar Migration and Data Portability* +
-_Presentation and discussion_
-
-| 1400-1430
-a| *CalConnect Calendar Develoopers' Guide* +
-_Introdoctuion to the DEVGUIDE, latest changes and next steps_
-
-| 1430-1500 | *Chat Time*
-2+| *Thursday 15 April 2021*
-| 0100-0200
-a| *TC-LOCALIZATION, TC-VCARD and ISO/TC 211* +
-_Presentations and discussion_
-
-| 0200-0300
-a| *TC-DATETIME and ISO/TC 154 WG 5* +
-_Presentations and discussion_
-
-| 0300-0430
-a| *JMAP and JSCalendar/JSContacts Joint Session with IETF CALEXT and JMAP WGs* +
-_Joint public working group call with IETF CALEXT and JMAP workin groups_
-
-|===
\ No newline at end of file
diff --git a/_events/calconnect-virtual-conference-autumn-2021.adoc b/_events/calconnect-virtual-conference-autumn-2021.adoc
index cd700f0..7b29ee8 100644
--- a/_events/calconnect-virtual-conference-autumn-2021.adoc
+++ b/_events/calconnect-virtual-conference-autumn-2021.adoc
@@ -1,44 +1,61 @@
---
layout: page
-name: CalConnect Virtual Conference Spring 2022
+name: CalConnect Virtual Conference 2021
host_info: Hosted by CalConnect and conducted entirely via Zoom.
-date: 2022-05-09
+date: 2021-04-12
image: /assets/images/CalConnectEventTBD.jpg
---
:page-liquid:
-== CalConnect Virtual Conference Spring 2022
+== CalConnect Virtual Conference 2021
-image::{{'/assets/images/CalConnectEventTBD.jpg' | relative_url }}[CalConnect Virtual Conference Spring 2022,800,530]
+image::{{'/assets/images/CalConnectEventTBD.jpg' | relative_url }}[CalConnect Virtual Conference 2021]
-Monday, May 09, 2022 to Friday, May 13, 2022
+CalConnect Virtual Conference April 12-16 2021
+
+Monday, April 12, 2021 to Friday, April 16, 2021
link:webcal://p48-calendars.icloud.com/published/2/lYLdmehfxPPXFJb6UG45eNn1BtQ_JuuKwVffIvBx6CoC3tu_6W3vy2rY-ntnnPP3CVNSbw2-_vcAuwlN7O51PZ3494ByL9Jod25b3LJg_C8[Subscribe] to the CalConnect Week Calendar.
Recent Changes:
-20 Jan 2022 - Updated to reflect intent of holding multiple Virtual Conferences or days in the Spring of 2022
+06 Nov 2020 - Initial post.
+
+17 Feb 2021 - Initial schedule and agenda posted.
+
+31 Mar 2021 - Thursday JMAP session will be joint working group call with IETF WGs
+
+01 Apr 2021 - Start Time on Monday 12 April adjusted to 1100 Eastern
-03 March 2022 - Schedule updated to reflect current planning for sessios
+06 Apr 2021 - Conference Calendar .ics entries provided
-19 March 2022 - Registration opened
+09 Apr 2021 - Thursday sessions content updates
+
+14 Apr 2021 - corrected schedule reference to UTC offset for daylight time, removed Friday reference from schedule
*Introduction*
-CalConnect intends to hold several Virtual Conference days or specialized topic sessions in the Spring of 2022. Detailed planning has not yet begun as of mid-January but we hope to have a schedule developed over the next few weeks. These may follow the model we used for the Autumn 2021 Virtual Conference, or the related
-link:{{'/events/calconnect-calendarfest-2021' | relative_url}}[CalendarFest 2021]
-or specialized one-day in-depth topics.
+The CalConnect Virtual Conference 2021 will be held via Zoom the week of April 12-16, 2021. Our goal is to present a set of compelling sessions on issues CalConnect members are currently facing and possibly working on.
+
+The conference will be conducted on the North America Eastern time zone (UTC-5) and will take place Monday through Wednesday from 11:00 to 14:00 EST. Thursday and possibly Friday, which will have sessions at times convenient for our Far East and Australia colleages presenting the sessions, will be from 01:00 to 04:00 EST (this schedule may be adjusted as needed).
+
+The conference will be organized by day with each day having a list of sessions and session topics. At this time we are not going to assign a specific time for each session within the 3-hour period, however we expect that most sessions will be no more than an hour including a question or discussion period and a short break. Insofar as possible sessions will be scheduled to begin on the top of the hour. All sessions will be recorded and available after the fact to registrants who were unable to be on a specific session.
+
+We also plan to offer interoperability testing during or adjacent to the Virtual Conference. More details on this will be available when people register.
+The Virtual Conferences will be open to members and non-members. You must register in advance and pay the registration fee for the conference prior to Monday April 12 2021. Please register for the conference at link:{{'/events/event-registration-payment' | relative_url }}[Event Registration]
+
+Registration for the Virtual Conference is $50 U.S. per person.
[[registration]]
== Registration Information
-See link:{{'/events/event-registration-payment' | relative_url }}[Event Registration]
+Registration is open through Sunday April 11 2021; please see link:{{'/events/event-registration-payment' | relative_url }}[Event Registration] to register. See the registration pages linked above for more information. Registrants will be sent the access information prior to the Virtual Conference.
[[location]]
== Location
-Via Zoom. URL and access credentials will be provided to all registered attendees before the Virtual Conferencess.
+Via Zoom. URL and access credentials will be provided to all registered attendees before the Virtual Conference.
[[transportation]]
@@ -52,22 +69,16 @@ To be announced.
[[conference-schedule]]
== Conference Schedule
-=== CALCONNECT VIRTUAL CONFERENCE MAY 2022
+=== CALCONNECT VIRTUAL CONFERENCE APRIL 2021
-_This schedule will be updated as needed prior to May_
+_This schedule will be updated as new information and new sessions are added. Please check periodically for changes and additions._
*All times shown are Eastern North America UTC-4 (daylight saving time)*
-[cols="1,9s"]
+[cols="1,9"]
|===
-2+| *Monday 09 May 2022*
-
-| 1030-1430
-a| *Open discussion or specific topic*
+2+| *Monday 12 April 2021*
-- More information forthcoming
-
-2+| *Tuesday 10 May 2022*
| 1100-1130
a| *Intros and Familiarization*
@@ -78,57 +89,84 @@ a| *Intros and Familiarization*
a| *Conference Welcome and Plenary*
- TC Status
+
- Report from Board, next steps
-- Plans for Autumn 2022 and beyond
+
+- Plans for Autumn 2021 and beyond
| 1200-1300
-a| *Implementing JSCalendar*
+a| *Implementing JSCalendar _HIGHLIGHT SESSION_*
- Report on implementing JSCalendar in Bedework and Fastmail
| 1300-1400
-a| *Fractional date/time in iCalendar and JSCalendar*
+a| *Testing and Certification Discussion*
-- Supporting subsecond intervals in iCalendar and JSCalendar
+- CalDAV Tester improvements and client support
-| 1400-1430 | *Chat Time*
-2+| *Wednesday 11 May 2022*
+- Automated testing of calendar clients
+
+- CalConnect Certification discussion: should CalConnect offer certification of calendar servers or clients?
+
+| 1400-1430 | *Interoperability Testing opportunity / Chat Time*
+2+| *Tuesday 13 April 2021*
| 1045-1100 | *Chat Time*
| 1100-1200
-a| *Avoiding pitfalls with DMARC and iMIP*
+a| *DMARC and iMIP Constraints and Incompatibilities _HIGHLIGHT SESSION_* +
+_There are known issues with iMip and DMARC. For example, forwarding of invitations and sending on behalf of another user. We will outline the problems and possibly suggest solutions._
-_Some clients have known problems handling DMARC and iMIP. For example, forwarding of invitations and sending on behalf of another user. We will suggest guidelines on how to avoid these prolems.
+| 1200-1300
+a| *Date and Time Representations*
+
+- Non-Gregorian Calendar Systems
+
+- What to expect from calendar systems?
+
+- Standard representation of dates
-| 1200-1245
-a| *TC-CALENDAR REVIEW* +
-_Review of ongoing work; status of current draft specifications including:_
+- What is already there (RSCALE)?
-* Relations
-* Alarms
-* Event Publication
+- A new implementation of RSCALE in Java
-| 1245-1330
-a| *Review of the current status of VPOLL*
+| 1300-1315
+a| *TC-CALENDAR Review* +
+_Review of ongoing work; status of current draft specifications_
-_Having the relations RFC published it is time to review VPOLL again
+| 1315-1400
+a| *Calendar Privacy and Encrypted CalDAV* +
+_Many calendar services require storing the data on servers with full access by the provider. Are there approaches we can take to enhance privacy? The ISO Privacy work is focused on consumer rights. This discussion wlil focus on the protocols and implementation._
-| 1330-1400 | *BoF*
| 1400-1430 | *Chat Time*
-2+| *Thursday 12 May 2022 - Open Day for scheduling*
-2+| *Friday 13 May 2022*
-| 0100-0200
-a| *TC-LOCALIZATION, TC-VCARD and ISO/TC 211*
+2+| *Wednesday 14 April 2021*
+| 1045-1100 | *Chat Time*
+| 1100-1200
+a| *Calendaring, Public Events and Higher Education _HIGHLIGHT SESSION_* +
+_A discussion on the calendar issues facing higher ed institutions. These include resource management and event publication._
+| 1200-1300
+a| *Overview of the Calendar Client Landscape and the Future of Calendaring* +
+_Discussion and brainstorming_
+
+| 1300-1400
+a| *Calendar Migration and Data Portability* +
+_Presentation and discussion_
+
+| 1400-1430
+a| *CalConnect Calendar Develoopers' Guide* +
+_Introdoctuion to the DEVGUIDE, latest changes and next steps_
+
+| 1430-1500 | *Chat Time*
+2+| *Thursday 15 April 2021*
+| 0100-0200
+a| *TC-LOCALIZATION, TC-VCARD and ISO/TC 211* +
_Presentations and discussion_
| 0200-0300
-a| *TC-DATETIME and ISO/TC 154 WG 5*
-
+a| *TC-DATETIME and ISO/TC 154 WG 5* +
_Presentations and discussion_
| 0300-0430
-a| *JMAP and JSCalendar/JSContacts Joint Session with IETF CALEXT and JMAP WGs*
-
-_Joint public working group call with IETF CALEXT and JMAP working groups_
+a| *JMAP and JSCalendar/JSContacts Joint Session with IETF CALEXT and JMAP WGs* +
+_Joint public working group call with IETF CALEXT and JMAP workin groups_
|===
\ No newline at end of file
diff --git a/_events/calconnect-virtual-conference-spring-2022.adoc b/_events/calconnect-virtual-conference-spring-2022.adoc
new file mode 100644
index 0000000..a76438e
--- /dev/null
+++ b/_events/calconnect-virtual-conference-spring-2022.adoc
@@ -0,0 +1,134 @@
+---
+layout: page
+name: CalConnect Virtual Conference Spring 2022
+host_info: Hosted by CalConnect and conducted entirely via Zoom.
+date: 2022-05-09
+image: /assets/images/CalConnectEventTBD.jpg
+---
+:page-liquid:
+
+== CalConnect Virtual Conference Spring 2022
+
+image::{{'/assets/images/CalConnectEventTBD.jpg' | relative_url }}[CalConnect Virtual Conference Spring 2022]
+
+Monday, May 09, 2022 to Friday, May 13, 2022
+
+link:webcal://p48-calendars.icloud.com/published/2/lYLdmehfxPPXFJb6UG45eNn1BtQ_JuuKwVffIvBx6CoC3tu_6W3vy2rY-ntnnPP3CVNSbw2-_vcAuwlN7O51PZ3494ByL9Jod25b3LJg_C8[Subscribe] to the CalConnect Week Calendar.
+
+Recent Changes:
+
+20 Jan 2022 - Updated to reflect intent of holding multiple Virtual Conferences or days in the Spring of 2022
+
+03 March 2022 - Schedule updated to reflect current planning for sessios
+
+19 March 2022 - Registration opened
+
+*Introduction*
+
+CalConnect intends to hold several Virtual Conference days or specialized topic sessions in the Spring of 2022. Detailed planning has not yet begun as of mid-January but we hope to have a schedule developed over the next few weeks. These may follow the model we used for the Autumn 2021 Virtual Conference, or the related
+link:{{'/events/calconnect-calendarfest-2021' | relative_url}}[CalendarFest 2021]
+or specialized one-day in-depth topics.
+
+
+[[registration]]
+== Registration Information
+
+See link:{{'/events/event-registration-payment' | relative_url }}[Event Registration]
+
+[[location]]
+== Location
+
+Via Zoom. URL and access credentials will be provided to all registered attendees before the Virtual Conferencess.
+
+[[transportation]]
+
+[[lodging]]
+
+[[test-schedule]]
+== Test Event Schedule
+
+To be announced.
+
+[[conference-schedule]]
+== Conference Schedule
+
+=== CALCONNECT VIRTUAL CONFERENCE MAY 2022
+
+_This schedule will be updated as needed prior to May_
+
+*All times shown are Eastern North America UTC-4 (daylight saving time)*
+
+[cols="1,9s"]
+|===
+2+| *Monday 09 May 2022*
+
+| 1030-1430
+a| *Open discussion or specific topic*
+
+- More information forthcoming
+
+2+| *Tuesday 10 May 2022*
+| 1100-1130
+a| *Intros and Familiarization*
+
+- Quick discussion on Zoom and tools
+- Introductions and welcome to newcomers
+
+| 1130-1200
+a| *Conference Welcome and Plenary*
+
+- TC Status
+- Report from Board, next steps
+- Plans for Autumn 2022 and beyond
+
+| 1200-1300
+a| *Implementing JSCalendar*
+
+- Report on implementing JSCalendar in Bedework and Fastmail
+
+| 1300-1400
+a| *Fractional date/time in iCalendar and JSCalendar*
+
+- Supporting subsecond intervals in iCalendar and JSCalendar
+
+| 1400-1430 | *Chat Time*
+2+| *Wednesday 11 May 2022*
+| 1045-1100 | *Chat Time*
+| 1100-1200
+a| *Avoiding pitfalls with DMARC and iMIP*
+
+_Some clients have known problems handling DMARC and iMIP. For example, forwarding of invitations and sending on behalf of another user. We will suggest guidelines on how to avoid these prolems.
+
+| 1200-1245
+a| *TC-CALENDAR REVIEW* +
+_Review of ongoing work; status of current draft specifications including:_
+
+* Relations
+* Alarms
+* Event Publication
+
+| 1245-1330
+a| *Review of the current status of VPOLL*
+
+_Having the relations RFC published it is time to review VPOLL again
+
+| 1330-1400 | *BoF*
+| 1400-1430 | *Chat Time*
+2+| *Thursday 12 May 2022 - Open Day for scheduling*
+2+| *Friday 13 May 2022*
+| 0100-0200
+a| *TC-LOCALIZATION, TC-VCARD and ISO/TC 211*
+
+_Presentations and discussion_
+
+| 0200-0300
+a| *TC-DATETIME and ISO/TC 154 WG 5*
+
+_Presentations and discussion_
+
+| 0300-0430
+a| *JMAP and JSCalendar/JSContacts Joint Session with IETF CALEXT and JMAP WGs*
+
+_Joint public working group call with IETF CALEXT and JMAP working groups_
+
+|===
\ No newline at end of file
diff --git a/_events/calconnect-xiii-october-6-10-2008.adoc b/_events/calconnect-xiii-october-6-10-2008.adoc
index 8f88506..aebc534 100644
--- a/_events/calconnect-xiii-october-6-10-2008.adoc
+++ b/_events/calconnect-xiii-october-6-10-2008.adoc
@@ -23,11 +23,11 @@ CalConnect XIII, consisting of both a CalConnect Interoperability Test Event, fo
The IOP Testing will take place all day Monday and Tuesday, and Wednesday morning, ending at noon on Wednesday. The Roundtable will begin with lunch at 12:30 on Wednesday the 8th, and last through early afternoon Friday the 10th. An optional Introductory Q & A about CalConnect is scheduled at 11:00 on Wednesday the 8th.
-*CalConnect Interoperability Test Event*: The IOP Test Event event is open to both members and non-members as participants or as link:{{'/events/observers' | relative_url}}[observers]; please see link:{{'/iop0810.shtml' | relative_url}}[IOP Test Event October 2008] for current information. Check back often as this will be updated as we get nearer to the event.
+*CalConnect Interoperability Test Event*: The IOP Test Event event is open to both members and non-members as participants or as link:{{'/events/observers' | relative_url}}[observers]; please see link:{{'/iop0810' | relative_url}}[IOP Test Event October 2008] for current information. Check back often as this will be updated as we get nearer to the event.
You do not need finished or polished code to participate in the IOP testing; in fact as soon as you have something working at all, testing against other participants can help debugging and code development, especially in identifying red herrings and wrong decisions.
-_*Please Note:* This is a regular IOP test event focused on calendaring servers and desktop clients. Please see link:{{'/miop0811.shtml' | relative_url}}[Mobile IOP Test Event November 4-6 2008] for more information about the next Mobile IOP Test Event._
+_*Please Note:* This is a regular IOP test event focused on calendaring servers and desktop clients. Please see link:{{'/miop0811' | relative_url}}[Mobile IOP Test Event November 4-6 2008] for more information about the next Mobile IOP Test Event._
*Roundtable XIII:* The Roundtable Members Meeting will as usual offer Technical Committee sessions, to which all members and link:{{'/events/observers' | relative_url}}[observers] are welcome, informal BOFs (Birds of a Feather sessions), plus additional sessions and committee meetings. A Technical Preview of current work is also planned; see below.
diff --git a/_events/calconnect-xiv-february-2-6-2009.adoc b/_events/calconnect-xiv-february-2-6-2009.adoc
index 4ebcc1b..8634ec9 100644
--- a/_events/calconnect-xiv-february-2-6-2009.adoc
+++ b/_events/calconnect-xiv-february-2-6-2009.adoc
@@ -10,7 +10,7 @@ image: /assets/images/MicrosoftRedmond.jpg
== CalConnect XIV - February 2-6, 2009
Microsoft, Redmond, Washington
-image::{{'/assets/images/MicrosoftRedmond.jpg' | relative_url }}[Microsoft, Redmond, Washington, width=800, height=533]
+image::{{'/assets/images/MicrosoftRedmond.jpg' | relative_url }}[Microsoft, Redmond, Washington]
Monday, February 02, 2009 to Friday, February 06, 2009
@@ -22,7 +22,7 @@ _Schedule Change Updates, Dinner Locations_
CalConnect XIV, consisting of a CalConnect Interoperability Test Event and a CalConnect Roundtable (Members Meeting), will be held in Redmond, Washington, Monday-Friday, February 2-6, 2009, hosted by https://web.archive.org/web/20090126053702/http://www.microsoft.com/[Microsoft]. +
The IOP Testing will take place all day Monday and Tuesday February 2-3, and Wednesday morning, ending at noon on Wednesday February 4th. The Roundtable will begin with lunch at 12:30 on Wednesday the 4th, and last through early afternoon Friday the 6th. An optional Introductory Q & A about CalConnect, intended for first-time attendees, is scheduled at 11:00 on Wednesday the 4th.
-*CalConnect Interoperability Test Event*: The IOP Test Event event is open to both members and non-members as participants or as https://web.archive.org/web/20090126053702/link:{{'/events/observers' | relative_url}}[observers]; please see https://web.archive.org/web/20090126053702/link:{{'/iop0902.shtml' | relative_url}}[IOP Test Event February 2009] for current information. Check back often as this will be updated as we get nearer to the event. +
+*CalConnect Interoperability Test Event*: The IOP Test Event event is open to both members and non-members as participants or as https://web.archive.org/web/20090126053702/link:{{'/events/observers' | relative_url}}[observers]; please see https://web.archive.org/web/20090126053702/link:{{'/iop0902' | relative_url}}[IOP Test Event February 2009] for current information. Check back often as this will be updated as we get nearer to the event. +
You do not need finished or polished code to participate in the IOP testing; in fact as soon as you have something working at all, testing against other participants can help debugging and code development, especially in identifying red herrings and wrong decisions. +
_*Please Note:* This is a regular IOP test event focused on calendaring servers and desktop clients. The next Mobile Calendaring IOP Test Event has not been scheduled but will take place later in 2009._ +
*Roundtable XIV:* The Roundtable Members Meeting will feature a presentation by Ben Fortuna, the author of https://web.archive.org/web/20090126053702/http://ical4j.sourceforge.net/[iCal4j], and CalConnect's 2009 Guest Speaker. Additionally, the Roundtable will as usual offer Technical Committee sessions, to which all members and https://web.archive.org/web/20090126053702/link:{{'/events/observers' | relative_url}}[observers] are welcome, informal BOFs (Birds of a Feather sessions), plus additional sessions and committee meetings. +
@@ -48,7 +48,7 @@ Please part in a marked Visitor Parking space. You will need to complete a parki
== Transportation
*Airport Information:* The Seattle Area is served by https://web.archive.org/web/20090126053702/http://www.portseattle.org/seatac/[Sea-Tac International Airport]. Microsoft is approximately 25 miles northeast of the airport in Redmond, Washington. +
-*Ground Transportation:* Information on rental cars and shuttles is available at https://web.archive.org/web/20090126053702/http://www.portseattle.org/seatac/ground/index.shtml[Sea-Tac Ground Transportation].
+*Ground Transportation:* Information on rental cars and shuttles is available at https://web.archive.org/web/20090126053702/http://www.portseattle.org/seatac/ground/index[Sea-Tac Ground Transportation].
[[lodging]]
== Lodging
diff --git a/_events/calconnect-xix-october-4-8-2010.adoc b/_events/calconnect-xix-october-4-8-2010.adoc
index ee72ba4..b3233ef 100644
--- a/_events/calconnect-xix-october-4-8-2010.adoc
+++ b/_events/calconnect-xix-october-4-8-2010.adoc
@@ -12,7 +12,7 @@ image: /assets/images/CalConnectEventTBD.jpg
=== CalConnect Interoperability Test Event - 4-6 October and CalConnect Roundtable XIX - 6-8 October
[[intro]]
-image:{{'/assets/images/CalConnectEventTBD.jpg' | relative_url }}[https://www.calconnect.org/sites/default/files/default_images/CalConnectEventTBD,width=800,height=530]
+image:{{'/assets/images/CalConnectEventTBD.jpg' | relative_url }}[]
Monday, October 04, 2010 to Friday, October 08, 2010
@@ -27,7 +27,7 @@ The Interoperability Test Event will take place all day Monday and Tuesday Octob
*CalConnect Interoperability Test Event*: At this meeting, we will host a regular CalConnect Interoperability Test Event. While we will not host a formal Mobile Calendaring Interoperability Test Event, if participants wish to test mobile applications or devices they are welcome to do so and we will help to establish testing pairs.
-The IOP Test Event is open to both members and non-members as participants or as link:{{'/events/observers' | relative_url}}[observers]; please see link:{{'/iop1010.shtml' | relative_url}}[Interoperability Test Event October 2010] for current information. Check back often as this will be updated as more information becomes available.
+The IOP Test Event is open to both members and non-members as participants or as link:{{'/events/observers' | relative_url}}[observers]; please see link:{{'/iop1010' | relative_url}}[Interoperability Test Event October 2010] for current information. Check back often as this will be updated as more information becomes available.
You do not need finished or polished code to participate in the IOP testing; in fact as soon as you have something working at all, testing against other participants can help debugging and code development, especially in identifying red herrings and wrong decisions.
diff --git a/_events/calconnect-xl-september-25-29-2017.adoc b/_events/calconnect-xl-september-25-29-2017.adoc
index 75de3e1..c1ceb0f 100644
--- a/_events/calconnect-xl-september-25-29-2017.adoc
+++ b/_events/calconnect-xl-september-25-29-2017.adoc
@@ -14,7 +14,7 @@ image: /assets/images/cologne.jpg
[[intro]]
image:{{'/assets/images/cologne.jpg' | relative_url }}[CalConnect
XL in Cologne, Germany, September 25-29, 2017, hosted by
-Open-Xchange,width=741,height=576]
+Open-Xchange]
CalConnect XL in Cologne, September 25-29, 2017, hosted by Open-Xchange
@@ -55,20 +55,20 @@ Registration is now open for CalConnect XL; please see https://www.calconnect.or
[[location]]
== Location
-The Developers Forum/Test Event (September 25-27) and the Conference (September 27-29) will be held at http://www.komed-veranstaltungen.de/index.php?id=1[Komed House], Im Mediapark 7, 50670 K¶ln, a conference facility in the https://www.google.de/maps/place/Mediapark/@50.9480442,6.9440104,18.46z/data=!4m5!3m4!1s0x47bf25097f92f00f:0xd19dcc546dd1f3d2!8m2!3d50.9479402!4d6.9443952?hl=de[Cologne Media Park]. The meeting facility is only about 100 meters from the conference hotel, the https://www.motel-one.com/en/hotels/cologne/koeln-mediapark/[Motel One Media Park], Am K¼mpchenshof 2, 50670 K¶ln.
+The Developers Forum/Test Event (September 25-27) and the Conference (September 27-29) will be held at http://www.komed-veranstaltungen.de/index.php?id=1[Komed House], Im Mediapark 7, 50670 Köln, a conference facility in the https://www.google.de/maps/place/Mediapark/@50.9480442,6.9440104,18.46z/data=!4m5!3m4!1s0x47bf25097f92f00f:0xd19dcc546dd1f3d2!8m2!3d50.9479402!4d6.9443952?hl=de[Cologne Media Park]. The meeting facility is only about 100 meters from the conference hotel, the https://www.motel-one.com/en/hotels/cologne/koeln-mediapark/[Motel One Media Park], Am Kümpchenshof 2, 50670 Köln.
There will be signage at Komed House to direct you to the CalConnect meeting room.
-The Wednesday Evening reception will be at Open-Xchange, Hohenzollernring 72, 50672 K¶ln, 16th Floor. You will have to check in with the receptionist on the ground floor; tell them you are with CalConnect and visiting Open-Xchange to be allowed access to the elevators.
+The Wednesday Evening reception will be at Open-Xchange, Hohenzollernring 72, 50672 Köln, 16th Floor. You will have to check in with the receptionist on the ground floor; tell them you are with CalConnect and visiting Open-Xchange to be allowed access to the elevators.
[[transportation]]
== Transportation
-*Airport Information:* Cologne is served by the http://www.cologne-airport.com/[Cologne-Bonn International Airport (CGN)]. The airport is relatively small but offers connections through several other airports. Distance to the venue and conference hotel is approximately 15km, 40⬠by taxi or 3⬠by Train.
+*Airport Information:* Cologne is served by the http://www.cologne-airport.com/[Cologne-Bonn International Airport (CGN)]. The airport is relatively small but offers connections through several other airports. Distance to the venue and conference hotel is approximately 15km, 40€ by taxi or 3€ by Train.
-For transport from the Cologne-Bonn International Airport to the Media Park by train, there are two lines of the "S-Bahn" that operate frequently: S13 (towards Sindorf), and S19 (towards D»ren). For either train, exit at station "Hansaring", then head south-west on the Hansaring (about 500 meters) and turn right into AmK¼mpchenshof. Motel One and the Media Park are straight ahead.
+For transport from the Cologne-Bonn International Airport to the Media Park by train, there are two lines of the "S-Bahn" that operate frequently: S13 (towards Sindorf), and S19 (towards D»ren). For either train, exit at station "Hansaring", then head south-west on the Hansaring (about 500 meters) and turn right into AmKümpchenshof. Motel One and the Media Park are straight ahead.
-For intercontinental travelers, Frankfurt (FRA) or D¼sseldorf (DUS) are likely to be more convenient, and both offer train service to Cologne on at least an hourly basis. Price is well under 50⬠if booked in advance; Frankfurt-Cologne might cost 100⬠if booked at the train station. If you have your flight scheduled you are welcome to contact our hosts to help find the best and least expensive connection.
+For intercontinental travelers, Frankfurt (FRA) or Düsseldorf (DUS) are likely to be more convenient, and both offer train service to Cologne on at least an hourly basis. Price is well under 50€ if booked in advance; Frankfurt-Cologne might cost 100€ if booked at the train station. If you have your flight scheduled you are welcome to contact our hosts to help find the best and least expensive connection.
From the Cologne Bahnhof, you can take the "S-Bahn" to "Hansaring". Several lines serve this connection (S6, S11, S12, S13, S19), just one stop. Taxi might be more convenient with luggage, should just be a couple euros.
@@ -85,9 +85,10 @@ From the Cologne Bahnhof, you can take the "S-Bahn" to "Hansaring". Several line
[[lodging]]
== Lodging
-Our conference hotel is the https://www.motel-one.com/en/hotels/cologne/koeln-mediapark/[Motel One Media Park], Am K¼mpchenshof 2, 50670 K¶ln, about 100m from the meeting venue. We have a room block for meeting participants available between 23 September and 30 September at a rate of 69⬠per night for a single room and 84⬠per night for a double room. Note that breakfast will be an extra 9.50â¬. Cancellation policy is 1800 on the day of arrival.
+Our conference hotel is the https://www.motel-one.com/en/hotels/cologne/koeln-mediapark/[Motel One Media Park], Am Kümpchenshof 2, 50670 Köln, about 100m from the meeting venue. We have a room block for meeting participants available between 23 September and 30 September at a rate of 69€ per night for a single room and 84€ per night for a double room. Note that breakfast will be an extra 9.50€. Cancellation policy is 1800 on the day of arrival.
-*URGENT: Please be aware that the room block will close on August 12 2017*. *The entire city will be very much occupied during the time of our conference as it is the Expo High Season and it is very possible the only hotel rooms available wil be our blocked rooms in the MotelOne. Our hosts adivse us that trying to find any other accommodation after our block period ends will be extremely difficult.Â*
+*URGENT: Please be aware that the room block will close on August 12 2017*.
+*The entire city will be very much occupied during the time of our conference as it is the Expo High Season and it is very possible the only hotel rooms available wil be our blocked rooms in the MotelOne. Our hosts adivse us that trying to find any other accommodation after our block period ends will be extremely difficult.*
The reservation code is "CalConnect"; please mention this when booking by telephone at +49 221 270 7510, or by e-mail at mailto:koeln-mediapark@motel-one.com?subject=Reservation%20for%20CalConnect%20room%20block[koeln-mediapark@motel-one.com].
@@ -95,7 +96,7 @@ If you e-mail them be sure and provide your full name, address, nationality, and
(For those who attended the Autumn 2015 meeting in Amsterdam, the conference hotel in Amsterdam was a member of the same hotel chain.)
-Another higher rated hotel is the Hotel NH Collection K¶ln, about 50m to the venue: https://www.nh-hotels.de/hotel/nh-collection-koeln-mediapark[]. We do not have any room block or special rate with this hotel. There are other hotels in the area as well; see https://www.google.de/maps/search/Hotel/@50.946918,6.9404958,16.57z/am=t?hl=de[].
+Another higher rated hotel is the Hotel NH Collection Köln, about 50m to the venue: https://www.nh-hotels.de/hotel/nh-collection-koeln-mediapark[]. We do not have any room block or special rate with this hotel. There are other hotels in the area as well; see https://www.google.de/maps/search/Hotel/@50.946918,6.9404958,16.57z/am=t?hl=de[].
*PLEASE NOTE:* Cologne will collect a 5% surcharge on your hotel bill unless you download and complete this form and give it to the hotel when you check in:
@@ -242,7 +243,7 @@ Final determination of what will be tested will depend on what the participants
** vCard 4
== Who May Participate or Observe
-Any vendor or organization wishing to test a calendaring and scheduling implementation, or a mobile calendaring server or client, is welcome to participate whether or not they are a CalConnect member. Note that CalConnect members receive a substantial discount on their Interoperability Test Event registration fee.Any vendor or organization wishing to https://www.calconnect.org/events/events-activities/observers[observe] the Interoperability Test Event is welcome whether or not they are a CalConnect. Note that an organization, member or not, may only observe one Test Event.
+Any vendor or organization wishing to test a calendaring and scheduling implementation, or a mobile calendaring server or client, is welcome to participate whether or not they are a CalConnect member. Note that CalConnect members receive a substantial discount on their Interoperability Test Event registration fee.Any vendor or organization wishing to link:{{'/events/observers' | relative_url }}[observe] the Interoperability Test Event is welcome whether or not they are a CalConnect. Note that an organization, member or not, may only observe one Test Event.
== Registration
Please see https://www.calconnect.org/events/events-activities/interoperability-test-events/participation-and-observer-fees[CalConnect Interoperability Test Event Registration Fees] for information about event registration fees. Please choose one of the following registration methods:
@@ -380,4 +381,4 @@ a| CalConnect Plenary Meeting +
|===
-*Please see the Reading List for at link:{{'/resources/event-reading-list' | relative_url }}[Event Reading List] The list contains URLs for all standards, drafts and specifications to be discussed*
+*Please see the Reading List for at link:{{'/resources/event-reading-list' | relative_url }}[Event Reading List] The list contains URLs for all standards, drafts and specifications to be discussed*
diff --git a/_events/calconnect-xli-winter-2018.adoc b/_events/calconnect-xli-winter-2018.adoc
index 31ffc20..56b9556 100644
--- a/_events/calconnect-xli-winter-2018.adoc
+++ b/_events/calconnect-xli-winter-2018.adoc
@@ -13,7 +13,7 @@ CalConnect Conference - Wednesday-Friday
[[intro]]
image:{{'/assets/images/yahoo-campus.jpg' | relative_url }}[CalConnect
in Sunnyvale, California January 29 - February 2 2018 hosted by
-Oath,width=800,height=533]
+Oath]
CalConnect in Sunnyvale, California January 29 - February 2 2018 hosted by Oath
@@ -260,7 +260,7 @@ Final determination of what will be tested will depend on what the participants
** vCard 4
== Who May Participate or Observe
-Any vendor or organization wishing to test a calendaring and scheduling implementation, or a mobile calendaring server or client, is welcome to participate whether or not they are a CalConnect member. Note that CalConnect members receive a substantial discount on their Interoperability Test Event registration fee.Any vendor or organization wishing to https://www.calconnect.org/events/events-activities/observers[observe] the Interoperability Test Event is welcome whether or not they are a CalConnect. Note that an organization, member or not, may only observe one Test Event.
+Any vendor or organization wishing to test a calendaring and scheduling implementation, or a mobile calendaring server or client, is welcome to participate whether or not they are a CalConnect member. Note that CalConnect members receive a substantial discount on their Interoperability Test Event registration fee.Any vendor or organization wishing to link:{{'/events/observers' | relative_url }}[observe] the Interoperability Test Event is welcome whether or not they are a CalConnect. Note that an organization, member or not, may only observe one Test Event.
== Registration
Please see https://www.calconnect.org/events/events-activities/interoperability-test-events/participation-and-observer-fees[CalConnect Interoperability Test Event Registration Fees] for information about event registration fees. Please choose one of the following registration methods:
@@ -390,4 +390,4 @@ _Administrative business, coming events, consensus agreements on decisions reach
|===
-*Please see the Reading List for at link:{{'/resources/event-reading-list' | relative_url }}[Event Reading List]. The list contains URLs for all standards, drafts and specifications to be discussed.*
+*Please see the Reading List for at link:{{'/resources/event-reading-list' | relative_url }}[Event Reading List]. The list contains URLs for all standards, drafts and specifications to be discussed.*
diff --git a/_events/calconnect-xliii-september-2018.adoc b/_events/calconnect-xliii-september-2018.adoc
index bd1cb56..d357f71 100644
--- a/_events/calconnect-xliii-september-2018.adoc
+++ b/_events/calconnect-xliii-september-2018.adoc
@@ -10,7 +10,7 @@ image: /assets/images/Karlsruhe.jpg
== CalConnect XLIII - September 24-27, 2018
[[intro]]
-image:{{'/assets/images/Karlsruhe.jpg' | relative_url }}[https://www.calconnect.org/sites/default/files/events/Karlsruhe,width=656,height=305]
+image:{{'/assets/images/Karlsruhe.jpg' | relative_url }}[]
CalConnect XLIII in Karlsruhe, Germany, hosted by 1&1
@@ -98,11 +98,11 @@ For more information about Karlsruhe please see https://www.karlsruhe-tourismus.
[[transportation]]
== Transportation
-If you will be arriving and departing by air, plan on arriving at Frankfurt International Airport (FRA) and take the train from Frankfurt Flughafen Fernbahnhof to Karlsruhe. The train station is physically within the Frankfurt airport. The train operates on an hourly basis (direct or via Mannheim), and will cost about 80¬ to Karlsruhe and back (flexible rate, less if you fix the time in advance), Please see https://www.bahn.com/en/view/index.shtml for booking information in English.
+If you will be arriving and departing by air, plan on arriving at Frankfurt International Airport (FRA) and take the train from Frankfurt Flughafen Fernbahnhof to Karlsruhe. The train station is physically within the Frankfurt airport. The train operates on an hourly basis (direct or via Mannheim), and will cost about 80€ to Karlsruhe and back (flexible rate, less if you fix the time in advance), Please see https://www.bahn.com/en/view/index for booking information in English.
The central train station at Karlsruhe is close to the conference hotel and the venue: https://drive.google.com/open?id=15uK6_ZfBrA3TO_WcAUVyxLjrUiw&usp=sharing[].
-Within Karlsruhe, either walk or use the tram: day ticket 6,40 ¬ (10,60 ¬ for a group up to 5); single ride 2 ¬.
+Within Karlsruhe, either walk or use the tram: day ticket 6,40 € (10,60 € for a group up to 5); single ride 2 €.
*Please Note:* Credit cards are not necessarily accepted universally in Germany, in particular by taxis. ATMs (cash tills) should be available at all airports, train stations, etc. and you should provide yourself with some cash if you haven't already.
@@ -113,7 +113,7 @@ Within Karlsruhe, either walk or use the tram: day ticket 6,40 ¬ (10,60 ¬ for
The conference hotel is the http://www.hotel-santo.de/[Hotel Santo], Karlstrae 67-69, 76137 Karlsruhe, Germany. Please note that the home page for the hotel is not available in English; English information may be found at booking.com: https://www.booking.com/hotel/de/santo-karlsruhe.en-gb.html[].
-1&1 have reserved a block of 15 rooms for us at a rate of 80¬ incl. WLAN and breakfast (without our rate it is 130-150¬) per night, between September 23 and September 28. The rate will be available until a few days before the event (essentially 19 September) or if all 15 rooms are booked earlier.
+1&1 have reserved a block of 15 rooms for us at a rate of 80€ incl. WLAN and breakfast (without our rate it is 130-150€) per night, between September 23 and September 28. The rate will be available until a few days before the event (essentially 19 September) or if all 15 rooms are booked earlier.
To obtain the rate you need to write an email to Julia Becker (mailto:jbecker@united-internet.de?subject=Hotel%20Santo%20Confirmation%20for%20CalConnect[jbecker@united-internet.de]) including the dates (from-to), your Name and your email address. Julia will inform the hotel of requests, and the hotel will send a confirmation email directly to the attendee. Please allow up to a week to receive the confirmation.
diff --git a/_events/calconnect-xliv-february-4-8-2019.adoc b/_events/calconnect-xliv-february-4-8-2019.adoc
index e0a25cf..879a444 100644
--- a/_events/calconnect-xliv-february-4-8-2019.adoc
+++ b/_events/calconnect-xliv-february-4-8-2019.adoc
@@ -10,7 +10,7 @@ image: /assets/images/Zurich_0.jpg
== CalConnect XLIV - February 4-8, 2019
[[intro]]
-image:{{'/assets/images/Zurich_0.jpg' | relative_url }}[https://www.calconnect.org/sites/default/files/events/Zurich_0,width=800,height=500]
+image:{{'/assets/images/Zurich_0.jpg' | relative_url }}[]
CalConnect XLIV in Zurich, Switzerland, hosted by Google
@@ -30,7 +30,7 @@ Recent Changes:
19 Dec 2018 First Draft of Conference Schedule and Sessions added
-27 Nov 2018 Additional Hotel (Hotel Z¼ri) added to Lodging section.
+27 Nov 2018 Additional Hotel (Hotel Züri) added to Lodging section.
22 Nov 2018 Meeting location updated to include street address.
@@ -38,7 +38,7 @@ CalConnect XLIV will be held in Zurich, Switzerland, the week of February 4-8 20
*CalConnect Public Codefest:* *Monday February 4th* will be an all day (0900-1730) Open Codefest / Hackathon taking place at the Google facility. This event is open to the public but you *must* register in advance. Note that catering will *not* be provided. There is *no fee* for the Codefest. You may register for this event at https://www.eventbrite.com/e/calendar-and-scheduling-developer-day-zurich-tickets-51512514317[]. CalConnect conference attendees **must register separatel**y to attend the Codefest.
-*CalConnect Public Time Zone Workshop:* The Time Zone Workshop will be *Tuesday February 5th* from 13:30 to 17:30 at the Google facility. This workshop will be focussed on the potential impact of EU Summer Time changes and how the changes might be mitigated; please see our link:{{'/news/2018/10/30/calconnect-calls-eu-reconsider-timeline-proposed-seasonal-time-changes' | relative_url}}[news release]. The workshop is open to the public but you *must* register in advance. There is no fee to attend the workshop. Attendees are invited to stay for a Welcome Reception following the workshop. More information will be provided as planning continues. Please register for this event at https://www.eventbrite.com/e/eu-dst-timezone-change-public-workshop-tickets-51513763052[]. CalConnect conference attendees *are requested to register* for this workshop via the eventbrite link in addition to registering for the conference itself (see below).
+*CalConnect Public Time Zone Workshop:* The Time Zone Workshop will be *Tuesday February 5th* from 13:30 to 17:30 at the Google facility. This workshop will be focussed on the potential impact of EU Summer Time changes and how the changes might be mitigated; please see our link:{{'/news/2018-10-30-calconnect-calls-on-eu-to-reconsider-timeline-for-proposed-seasonal-time-changes' | relative_url}}[news release]. The workshop is open to the public but you *must* register in advance. There is no fee to attend the workshop. Attendees are invited to stay for a Welcome Reception following the workshop. More information will be provided as planning continues. Please register for this event at https://www.eventbrite.com/e/eu-dst-timezone-change-public-workshop-tickets-51513763052[]. CalConnect conference attendees *are requested to register* for this workshop via the eventbrite link in addition to registering for the conference itself (see below).
*CalConnect XLIV Conference:* The conference will be *Tuesday-Friday February 5-8* at the Google facility. This event will be organized in our new conference format and brings together, as a single event and with a single fee, our traditional conference and technical sessions. Note that the "track" organization at the September 2018 event will not be used; we will organize sessions for best fit and relevance. Additional changes to the structure and format will be made in accordance with feedback from the previous "one time" event in Karlsruhe. CalConnect XLIV is open to members, and to non-members as observers. You must register in advance and pay the registration fee for the conference. Please register for the confernce at link:{{'/events/event-registration-payment' | relative_url }}[Event Registration].
@@ -106,7 +106,7 @@ Zurich 8001 Switzerland +
For early February 2019, a room with breakfast for Sunday through Friday is about 246 CHF inclusive per night
About a mile from the venue on the far side of the central train station (tram service is available): +
-https://byfassbind.com/hotel/zuri/[Hotel Z¼ri by Fassbind] +
+https://byfassbind.com/hotel/zuri/[Hotel Züri by Fassbind] +
Heinrichstrasse 254 +
Zurich 8005, Switzerland +
+41 44 44 8 18 18 +
diff --git a/_events/calconnect-xlv-june-3-7-2019.adoc b/_events/calconnect-xlv-june-3-7-2019.adoc
index fa1c3b7..53d5024 100644
--- a/_events/calconnect-xlv-june-3-7-2019.adoc
+++ b/_events/calconnect-xlv-june-3-7-2019.adoc
@@ -125,7 +125,7 @@ Alternative hotels nearby are the http://www.bedfordswanhotel.co.uk/[Swan Hote]l
=== CALCONNECT XLV
-_This schedule will be updated as new information and new sessions are added. Please check periodically for changes and additions. The event calendar will be activated closer to the event._
+_This schedule will be updated as new information and new sessions are added. Please check periodically for changes and additions. The event calendar will be activated closer to the event._
[cols="1,9"]
|===
@@ -186,7 +186,7 @@ _Discussion on re-establishing TC-USECASE from last event. This session will con
| 0945-1030
a| TC-LOCALIZATION +
-_TC-LOCALIZATION was initiated following CalConnect XLIII but has not been activated. This session will review the charter discuss moving forward and a program of work. Draft charter: https://calconnect.github.io/public/charter/charter-TC-LOCALIZATION/_
+_TC-LOCALIZATION was initiated following CalConnect XLIII but has not been activated. This session will review the charter discuss moving forward and a program of work. Draft charter: link:{{ '/about/technical-committees/tc-localization' | relative_url }}
| 1030-1100 | Break and Refreshments
| 1100-1145
diff --git a/_events/calconnect-xlvi-october-7-11-2019.adoc b/_events/calconnect-xlvi-october-7-11-2019.adoc
index 7f3a5ed..5a70f24 100644
--- a/_events/calconnect-xlvi-october-7-11-2019.adoc
+++ b/_events/calconnect-xlvi-october-7-11-2019.adoc
@@ -10,7 +10,7 @@ image: /assets/images/Philadelphia.jpg
== CalConnect XLVI - October 7-11, 2019
[[intro]]
-image:{{'/assets/images/Philadelphia.jpg' | relative_url }}[https://www.calconnect.org/sites/default/files/events/Philadelphia,width=700,height=394]
+image:{{'/assets/images/Philadelphia.jpg' | relative_url }}[]
CalConnect XLVI in Philadelphia, Pennsylvania, hosted by FastMail
@@ -106,16 +106,16 @@ Philadelphia has a variety of hotels, hostels, etc. at different price points, a
=== CALCONNECT XLVI PHILADELPHIA
-_This schedule will be updated as new information and new sessions are added. Please check periodically for changes and additions. The event calendar will be activated closer to the event._
+_This schedule will be updated as new information and new sessions are added. Please check periodically for changes and additions. The event calendar will be activated closer to the event._
[cols="1,9"]
|===
2+| *Monday 7 October 2019*
| 0830-0900 | Coffee and Tea
-| 0900-0930
+| 0900-0930
a| Conference Opening +
-_Welcome, logistics, introductions, review of schedule for week_
+_Welcome, logistics, introductions, review of schedule for week_
| 0930-1000
a| Reports on CalConnect Activities +
@@ -132,21 +132,21 @@ _Optional if we have requests for specific tutorials_
| 1100-1230
a| Working Sessions and Testing +
-_CalDAV Tester, DevGuide, Joint Testing, ad hoc suggestions._
+_CalDAV Tester, DevGuide, Joint Testing, ad hoc suggestions._
| 1130-1230
a| Introduction to CalConnect Q&A (if needed) +
-_An optional session for first-time attendees. The genesis of CalConnect, a brief history, how CalConnect works, followed by questions._
+_An optional session for first-time attendees. The genesis of CalConnect, a brief history, how CalConnect works, followed by questions._
| 1230-1330 | Lunch
| 1330-1400 | Host Session (FastMail)
| 1400-1430
a| Update on Privacy by Design and ISO/PC 317 +
-_This specification may have as much impact on development and design as GDPR. This session will bring us up to date on the work status of the ISO PC. the recent meeting and work status of the ISO PC. We will develop our response to ISO for the October meeting._
+_This specification may have as much impact on development and design as GDPR. This session will bring us up to date on the work status of the ISO PC. the recent meeting and work status of the ISO PC. We will develop our response to ISO for the October meeting._
| 1430-1530
a| CalConnect Specifications at the IETF +
-_Review of CalConnect drafts at the IETF, current status. Prep for Joint Working Group session with IETF CALEXT on Wednesday 1100-1230. https://datatracker.ietf.org/wg/calext/documents/_
+_Review of CalConnect drafts at the IETF, current status. Prep for Joint Working Group session with IETF CALEXT on Wednesday 1100-1230. https://datatracker.ietf.org/wg/calext/documents/_
| 1530-1600 | Break and refreshments
| 1600-1630
@@ -154,7 +154,7 @@ a| Time Zone Workshop Directions +
_Status of EU Proposal to eliminate summer time; update since workshop and last CalConnect meeting; next steps for CalConnect_
| 1630-1730 | BOFS (TBD)
-| 1800-2000 | Welcome Reception _TBD_
+| 1800-2000 | Welcome Reception _TBD_
2+| *Tuesday 8 October 2019*
| 0830-0900 | Coffee and Tea
| 0900-0945
@@ -214,7 +214,7 @@ _This will be a virtual session with CALEXT WG participants and will be conducte
| 1230-1330 | Lunch
| 1330-1430
a| JSCalendar Extensions (VPOLL, Event Publication, VAVAILABILITY, etc.) +
-_Discussion of new functionality to be integrated into JSCalendar._
+_Discussion of new functionality to be integrated into JSCalendar._
| 1430-1500
a| Server-Side Subscriptions +
@@ -227,13 +227,13 @@ _Discuss a mechanism for "upgrading" communication between an organizers calen
| 1530-1600 | Break and Refreshments
| 1600-1630
a| CalConnect Standards Activities and Liaisons +
-_Update on CalConnect standards activities and liaisons with external SDOs.https://www.calconnect.org/about/liaisons-and-relationships_
+_Update on CalConnect standards activities and liaisons with external SDOs.https://www.calconnect.org/about/liaisons-and-relationships_
| 1630-1730
a| Integrating Liaison Activities into CalConnect +
_How can we inform CalConnect of liaison activities and integrate into ongoing work of TCs (and vice versa). Develop a clearer idea of where ISO-related work stands with respect to internal work and to JSCalendar/JSContacts._
-| 1915-2130 | Conference Dinner _TBD_
+| 1915-2130 | Conference Dinner _TBD_
2+| *Thursday 10 October 2019*
| 0830-0900 | Coffee and Tea
| 0900-1030
@@ -266,7 +266,7 @@ _Discussion of topics before new TC on internationalization/localization issues_
| 1645-1700 | Technical Committee Directions for period to CalConnect XLVI
| 1700-1730
a| CalConnect Plenary Session +
-_Administrative business, coming events, consensus agreements on decisions reached during the week, open floor._
+_Administrative business, coming events, consensus agreements on decisions reached during the week, open floor._
| 1730 | Close of CalConnect XLVI
2+| *Friday 11 October 2019*
diff --git a/_events/calconnect-xv-june-1-5-2009.adoc b/_events/calconnect-xv-june-1-5-2009.adoc
index 2262c5c..81a0321 100644
--- a/_events/calconnect-xv-june-1-5-2009.adoc
+++ b/_events/calconnect-xv-june-1-5-2009.adoc
@@ -13,7 +13,7 @@ image: /assets/images/OracleRedwoodShores.jpg
[[intro]]
image:{{'/assets/images/OracleRedwoodShores.jpg' | relative_url }}[Oracle,
-Redwood Shores, California,width=800,height=534]
+Redwood Shores, California]
Monday, June 01, 2009 to Friday, June 05, 2009
@@ -26,7 +26,7 @@ CalConnect XV, consisting of a CalConnect Interoperability Test Event and a CalC
The IOP Testing will take place all day Monday and Tuesday June 1-2, and Wednesday morning, ending at noon on Wednesday June 3rd. The Roundtable will begin with lunch at 12:30 on Wednesday the 3rd, and last through early afternoon Friday the 5th. An optional Introductory Q & A about CalConnect, intended for first-time attendees, is scheduled at 11:00 on Wednesday the 3rd.
-*CalConnect Interoperability Test Event*: The IOP Test Event event is open to both members and non-members as participants or as link:{{'/events/observers' | relative_url}}[observers]; please see link:{{'/iop0906.shtml' | relative_url}}[IOP Test Event June 2009] for current information. Check back often as this will be updated as we get nearer to the event.
+*CalConnect Interoperability Test Event*: The IOP Test Event event is open to both members and non-members as participants or as link:{{'/events/observers' | relative_url}}[observers]; please see link:{{'/iop0906' | relative_url}}[IOP Test Event June 2009] for current information. Check back often as this will be updated as we get nearer to the event.
You do not need finished or polished code to participate in the IOP testing; in fact as soon as you have something working at all, testing against other participants can help debugging and code development, especially in identifying red herrings and wrong decisions.
@@ -70,7 +70,7 @@ There are several hotels very close to the Oracle Conference Center. The hotels
223 Twin Dolphin Drive +
Redwood City, CA 94065 +
Phone: +1 650 598 9000 +
-http://www.sofitel.com/gb/hotel-0922-sofitel-san-francisco-bay/index.shtml +
+http://www.sofitel.com/gb/hotel-0922-sofitel-san-francisco-bay/index +
Fee for Internet, Free Parking, Smoke Free +
Ask for Oracle Rate - $178 if available.
diff --git a/_events/calconnect-xvi-october-5-9-2009.adoc b/_events/calconnect-xvi-october-5-9-2009.adoc
index bd519e9..8057d28 100644
--- a/_events/calconnect-xvi-october-5-9-2009.adoc
+++ b/_events/calconnect-xvi-october-5-9-2009.adoc
@@ -14,7 +14,7 @@ image: /assets/images/AppleCupertino.jpg
[[intro]]
image:{{'/assets/images/AppleCupertino.jpg' | relative_url }}[Apple,
-Inc., Cupertino, California,width=800,height=557]
+Inc., Cupertino, California]
Monday, October 05, 2009 to Friday, October 09, 2009
@@ -29,7 +29,7 @@ The IOP Testing will take place all day Monday and Tuesday October 5-6, and Wedn
More information will be posted as it becomes available, in particular a confirmed schedule of Roundtable sessions and topical agendas should be available by mid-September.
-*CalConnect Interoperability Test Event*: The IOP Test Event event is open to both members and non-members as participants or as link:{{'/events/observers' | relative_url}}[observers]; please see link:{{'/iop0910.shtml' | relative_url}}[IOP Test Event September 2009] for current information. Check back often as this will be updated as we get nearer to the event.
+*CalConnect Interoperability Test Event*: The IOP Test Event event is open to both members and non-members as participants or as link:{{'/events/observers' | relative_url}}[observers]; please see link:{{'/iop0910' | relative_url}}[IOP Test Event September 2009] for current information. Check back often as this will be updated as we get nearer to the event.
You do not need finished or polished code to participate in the IOP testing; in fact as soon as you have something working at all, testing against other participants can help debugging and code development, especially in identifying red herrings and wrong decisions.
@@ -67,7 +67,7 @@ Cupertino is about 30 miles south of San Francisco International Airport, and qu
[[lodging]]
== Lodging
-The conference hotel is the Cypress Hotel; while we have not arranged a specific room block (as we cannot guarantee a given number of room nights because this is a small organization), attendees are encouraged to book at this hotel. CalConnect member participants will be able to book at this hotel at the Apple rate by going to link:{{'/membersonly/cc16.shtml' | relative_url}}[Members-only Apple Rate]. If the Cypress Hotel is full they will assist you in booking another hotel in the area.
+The conference hotel is the Cypress Hotel; while we have not arranged a specific room block (as we cannot guarantee a given number of room nights because this is a small organization), attendees are encouraged to book at this hotel. CalConnect member participants will be able to book at this hotel at the Apple rate by going to link:{{'/membersonly/cc16' | relative_url}}[Members-only Apple Rate]. If the Cypress Hotel is full they will assist you in booking another hotel in the area.
The Cupertino Inn is also close to the Apple campus and frequently used by Apple visitors and is provided as the nearest alternative.
@@ -81,7 +81,7 @@ Cupertino, CA 95014 +
Phone: +1 408 253 8900 +
http://www.thecypresshotel.com +
Apple rate available to CalConnect members; +
-see link:{{'/membersonly/cc16.shtml' | relative_url}}[Book the Apple Rate].
+see link:{{'/membersonly/cc16' | relative_url}}[Book the Apple Rate].
|
.
News
+ /
News
/ {{ page.title }}
{% else %}
{% for crumb in crumbs offset: 1 %}
@@ -14,10 +14,14 @@
/ {{ page.title }}
{% endif %}
{% else %}
- /
{{
- crumb | replace:'-',' ' | remove:'.html' | capitalize }}
+ {% assign crumb_limit = forloop.index | plus: 1 %}
+ {% assign crumb_url = '' %}
+ {% for crumb in crumbs limit: crumb_limit %}
+ {% assign crumb_url = crumb_url | append: crumb | append: '/' %}
+ {% endfor %}
+ /
+
{{ crumb | replace: '-', ' ' | capitalize }}
{% endif %}
{% endfor %}
{% endif %}
-
\ No newline at end of file
+
diff --git a/_includes/footer.html b/_includes/footer.html
index 8c393da..bfb1d9f 100755
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -8,114 +8,113 @@
diff --git a/_includes/header.html b/_includes/header.html
index 684360a..c2c103d 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -22,7 +22,6 @@