Community Discussions and Support
AW: pegasus mail support for calendar invites

[quote user="Martin Schnabel"]

 

As a work-around it should be possible to use a batch-file and set it as viewer-program in Pmail, probably like this:

 [/quote]

 

So straightforward that I did not even think on this direction :) Thanks for pointing the way!


<p>[quote user="Martin Schnabel"] </p><p> </p><p>As a work-around it should be possible to use a batch-file and set it as viewer-program in Pmail, probably like this:</p><p> [/quote]</p><p> </p><p>So straightforward that I did not even think on this direction :) Thanks for pointing the way!</p>

Hi!

Has anybody derived a solution to sensibly work with  calendar invites with pmail?

I have been using external programs like pmical and rainlendar as content viewers.  Both are good in their own respect but lack the important function to actually reply to invites (accept/decline/propose new time). In todays business environment calendar invites are unfortunately become selfcontained peaces of information. People do not bother (or do not know how to set up exchange) to copy the content of invite into textual part.

So has anybody came across the lightweight solution that can integrate with pmail and manage calendar content and is able to produce VCALENDAR format response (and send it via pmail), perhaps additionally execute another app to actually import the content into own PIM?

PS - does somebody has a hint how to execute two different apps per one attachment from pmail? Like run a pmical to view the content of calendar invite and as a second choice run a rainlendar to import the calendar entry into calendar?

 

<p>Hi!</p><p>Has anybody derived a solution to sensibly work with  calendar invites with pmail?</p><p>I have been using external programs like pmical and rainlendar as content viewers.  Both are good in their own respect but lack the important function to actually reply to invites (accept/decline/propose new time). In todays business environment calendar invites are unfortunately become selfcontained peaces of information. People do not bother (or do not know how to set up exchange) to copy the content of invite into textual part.</p><p>So has anybody came across the lightweight solution that can integrate with pmail and manage calendar content and is able to produce VCALENDAR format response (and send it via pmail), perhaps additionally execute another app to actually import the content into own PIM?</p><p>PS - does somebody has a hint how to execute two different apps per one attachment from pmail? Like run a pmical to view the content of calendar invite and as a second choice run a rainlendar to import the calendar entry into calendar?</p><p>  </p>

Just a small update to your note. Pmical does have response to invitations builtin. Menu items Response/Yes or Response/No  will both generate a message to the originator, and also provide the standard Pegasus Mail compose screen, so that extra info can be added to the reply.

As for sending a vCalendar response, this would require a full app to handle both the receiving and responding, with all their options. See the vCalendar RFC documentation for a whole lot of detail that covers this.

I have not pursed calendaring as an app as there will soon be something coming out in Pegasus Mail V5. Actually, the code for a Sqlite database system is in place, but not developed fully, so I am not releasing it yet. There would be too many complaints about incompatability with Outlook Exchange and Apple Mail systems.  Functions such as Free/Busy Time tracking would become mandatory, and require frequent connections with these other mail calendaring apps.

I would appreciate comments/suggestions anyway, and would try to accommodate them.

Martin

<p>Just a small update to your note. Pmical does have response to invitations builtin. Menu items Response/Yes or Response/No  will both generate a message to the originator, and also provide the standard Pegasus Mail compose screen, so that extra info can be added to the reply.</p><p>As for sending a vCalendar response, this would require a full app to handle both the receiving and responding, with all their options. See the vCalendar RFC documentation for a whole lot of detail that covers this. </p><p>I have not pursed calendaring as an app as there will soon be something coming out in Pegasus Mail V5. Actually, the code for a Sqlite database system is in place, but not developed fully, so I am not releasing it yet. There would be too many complaints about incompatability with Outlook Exchange and Apple Mail systems.  Functions such as Free/Busy Time tracking would become mandatory, and require frequent connections with these other mail calendaring apps.</p><p>I would appreciate comments/suggestions anyway, and would try to accommodate them.</p><p>Martin </p>

Hello Martin!

[quote user="irelam"]

Just a small update to your note. Pmical does have response to invitations builtin.

[/quote]

Indeed from meny a textual response can be sent but that was not that I had in mind. Business environment requires vcalendar response as this is processed automatically on the senders end. Calendaring nowedays happens in the background where invites and responses beeing processed automatically.

For pmical perhaps one nice addition would be to execute configurable external command that would take an ical file as one of the input parameters. Such a functionlity can be separate selection and also this option  could be configurable to be be tied to the textual YES response so that by confirming attendance an automatic import of ics file to external calendaring app could be performed.

 It would be also advisable to bring YES/NO responses from meny straight into meeting description widow as "action buttons"

 The interoperability with other calendaring apps like lightning or rainlendar would be advisable - that means some kind automatic export of changes in ICS format and subscription mechanism (also WebDAV support).

 This is nice to hear that pmail v5 has calendaring planned and I would be testing this for sure on my corporate office365 account once available.

 

<p>Hello Martin! </p><p>[quote user="irelam"]</p><p>Just a small update to your note. Pmical does have response to invitations builtin. </p>[/quote]<p>Indeed from meny a textual response can be sent but that was not that I had in mind. Business environment requires vcalendar response as this is processed automatically on the senders end. Calendaring nowedays happens in the background where invites and responses beeing processed automatically. </p><p>For pmical perhaps one nice addition would be to execute configurable external command that would take an ical file as one of the input parameters. Such a functionlity can be separate selection and also this option  could be configurable to be be tied to the textual YES response so that by confirming attendance an automatic import of ics file to external calendaring app could be performed. </p><p> It would be also advisable to bring YES/NO responses from meny straight into meeting description widow as "action buttons" </p><p> The interoperability with other calendaring apps like lightning or rainlendar would be advisable - that means some kind automatic export of changes in ICS format and subscription mechanism (also WebDAV support). </p><p> This is nice to hear that pmail v5 has calendaring planned and I would be testing this for sure on my corporate office365 account once available.</p><p> </p>

just to let you know I have read your suggestions, and I am looking into providing them.

Martin

<p>just to let you know I have read your suggestions, and I am looking into providing them.</p><p>Martin </p>

[quote user="Paavo"]

PS - does somebody has a hint how to execute two different apps per one attachment from pmail? Like run a pmical to view the content of calendar invite and as a second choice run a rainlendar to import the calendar entry into calendar?

 

[/quote]

 

As a work-around it should be possible to use a batch-file and set it as viewer-program in Pmail, probably like this:

 

@echo off

start "" C:\<path>\pmical.exe %1

start  "" c.\<path>\rainlendar.exe %1

 

%1 is the variable for the attachment file name, pmail  hands over to the batch file.

 

HTH

 

Martin

[quote user=&quot;Paavo&quot;]&lt;p&gt;PS - does somebody has a hint how to execute two different apps per one attachment from pmail? Like run a pmical to view the content of calendar invite and as a second choice run a rainlendar to import the calendar entry into calendar?&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;[/quote]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As a work-around it should be possible to use a batch-file and set it as viewer-program in Pmail, probably like this:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;@echo off&lt;/p&gt;&lt;p&gt;start &quot;&quot; C:\&amp;lt;path&amp;gt;\pmical.exe %1&lt;/p&gt;&lt;p&gt;start&amp;nbsp; &quot;&quot; c.\&amp;lt;path&amp;gt;\rainlendar.exe %1&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;%1 is the variable for the attachment file name, pmail&amp;nbsp; hands over to the batch file.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;HTH&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Martin &lt;/p&gt;
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft