Bug 1837

Summary: wishlist: improve vCalendar
Product: Claws Mail (GTK 2) Reporter: Andra <ruskie-bugs>
Component: Plugins/vCalendarAssignee: users
Status: NEW ---    
Severity: enhancement    
Priority: P3    
Version: other   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Added authentication to vCalendar and an auth-Dialog none

Description Andra 2009-02-01 11:52:12 UTC
A few things I noticed with vCalendar plugin...

a) unable to subscribe to calendars that need authentication
   tried: https://user:pass@host
   tried: ~/.netrc
   Best solution: query for username and password when creating if blank
                  then no auth
b) able to publish back to those calendars
   I know it supports publishing to an ics file but it seems it doesn't support
   ical publishing, atleast from my experiments.

Something like the following should be made possible:
http://www.k5n.us/wiki/index.php?title=Remote_Publishing_with_Sunbird
Comment 1 marcel.parciak 2017-06-08 20:46:46 UTC
Created attachment 1755 [details]
Added authentication to vCalendar and an auth-Dialog

I tried to handle the first request, the missing support for authentication. If authentication is needed, a dialog with two entry-fields will appear that asks for authentication. This two-field dialog was created as well.