From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Improving Emacs' iCalendar support Date: Fri, 18 Oct 2024 12:24:03 +0300 Message-ID: <867ca5ojbg.fsf@gnu.org> References: <87ed4dss2x.fsf@ohm.mail-host-address-is-not-set> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14909"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Richard Lawrence Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 18 11:25:06 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1t1jEE-0003ZS-Qy for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Oct 2024 11:25:04 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t1jDM-00068Q-JC; Fri, 18 Oct 2024 05:24:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t1jDL-00068I-9d for emacs-devel@gnu.org; Fri, 18 Oct 2024 05:24:07 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t1jDK-0007is-UJ; Fri, 18 Oct 2024 05:24:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=RkYUSnHMsT8KrN+yhAc7Yi6DcvHbBP3TrH5iZToLKbA=; b=JDxP53BRhDTf uWo1Th4g9MVktTzq3Los5iPBReQQrZMT4WjUxuCC1x4Qb5GqPshXwmEcn1zCclZOmyTIphWR1AosG TAgSCAfWDAirhnNulwLVznjlwTxe18ihMyxkjjqxi3kzMO6Qiv+4eBWNPcc5rAvbkkrTO090IeJ2k 26402VdBkANSWiCJLQxEDIBOnHf1+P1qBksvbDRnxZ1rNihM1lSwUbi051+TFaKUovaJtnO5wBPTE NavQrKORWotZHpv40Mz7+3ATBr2MOEqOAxSE5j3EjymCZ00aNVzTDOHm1q2WSPQCSBEx6dTGWT7mu I4vCyUkFcMym053uXW6spg==; In-Reply-To: <87ed4dss2x.fsf@ohm.mail-host-address-is-not-set> (message from Richard Lawrence on Fri, 18 Oct 2024 11:01:10 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:324650 Archived-At: > From: Richard Lawrence > Date: Fri, 18 Oct 2024 11:01:10 +0200 > > So, some questions for the list: > > 1) Is there interest in getting this code, and/or a future version of > such a library, into Emacs? We are definitely interested in developing icalendar.el to cover the missing functionalities and support the recent standards, guidelines and accepted practices. > And if so, > 2) Would anyone here be willing to mentor me/collaborate with me on it? I hope someone will step forward, but the very least we can promise is that any questions you ask here will be answered. > 3) What should the library's API look like? What would be most useful? I think this is up to you as the expert. Thanks!