Skip to content

Proton Mail & Calendar

1913 results found

  1. calendar - repeating event: ever last sunday of september (thus yearly)

    currently and simply not possible. please add recurring / repeating event: every year on the last / first weekday of a specific month.

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Email all participants

    Like in Outlook, add an "Email all participants" Button to events.

    Should open a Mail, like a reply all to the event. This is helpful for where I want to tell others, e.g.:
    * "Sorry, I will be late"
    * "Here are more details about the event"

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. ability to run a filter on one message

    Especially for testing - running a sieve script on 5000 messages in the inbox is PAINFULLY SLOW. If it wasn't this would be less of an issue, but my scripts aren't working, and I'm trying to figure out why, and it's taking like 15-30 minutes to run the sieve script. If I could run it on one message, I could instantly (more or less) see if it's moved to another folder.

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Allow for a 2 or 3 week calendar view. With 3-6 entries on each day, showing a month long layout w/ few items visible isn't helpful. Thanks!

    Please allow for a 2 or 3 week view in the calendar. When there are many entries each day, showing a month long (4-5 wk) layout where only a few items per day are visible isn't very helpful. We only see a bunch of bullets (not all but a few) that show a few words. Allowing users to see 2 or 3 weeks at a time would allows the cells to fully populate and see all the bullets. Thanks!

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Delete confirmation hides the button bar for several seconds, preventing deletion of further emails

    When deleting several emails in a row, we have to wait for the confirmation popup to disappear because it overlaps the button bar

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. More options for end dates on recurring events

    When entering recurrence the end date options are only "Never", "On date" and ""After". Can you add options to end:

    "After X occurrences"
    "After X months"
    "At the end of the year"

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Right click support for quickly changing event color

    google calendar has added support for using right click to offer the color options. This is very useful for quickly categorizing priority of events.

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Global busy calendar link

    Proton Calendar already allows you to mark many calendars as contributing their events to the user's busy time. Unfortunately, this is only visible within the Proton organization and there is no easy way to show people outside of proton whether you are busy or not.

    Proton Calendar should add an ICS link that can be shared in order for others to subscribe to your availability. The busy link can be passed on to colleagues or appointment software such as cal.com. The ICS file combines busy times from ALL calendars that the user has marked as showing themselves as busy.

    Alternatives…

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    3 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Print draft email

    For the life of me, I cannot find a way to print draft emails. This should be possible, please. I still like to edit hard copies of sensitive email by hand, so printing draft emails is a critical need.

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. PLEASE create full API for writing events to Proton Calendar

    PLEASE create full API for writing events to Proton Calendar

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Edit/delete both Current and Future events for a recurring event series

    Google Calendar has long supported the ability to choose whether modifications to an event in a recurring series will affect the current event only, or the current event and all future events. Exchange long lacked this ability, but at some point has gained an option to do so: https://oneminuteofficemagic.com/2025/06/12/editing-recurring-events-in-outlook-with-this-and-all-following-events/

    Workflows I wish I could do but don't think I can right now (or it is difficult to do):

    • Delete an event from a recurring event, plus all future events in the recurring event. Eg, I have a recurring event, but I no longer need it going forward.
    • Edit an event…
    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Sieve body extension not supported

    I am trying to use a Sieve filter to move emails to a folder based on the content of the email body. For example, I want a filter that moves emails containing the phrase "Thank you for submitting a bug report to Vivaldi" into my Archive folder.

    Currently, when I add this to my Sieve script:

    require ["fileinto", "imap4flags", "body"];

    if body :text :contains "Thank you for submitting a bug report to Vivaldi" {
    fileinto "Archive";
    addflag "\Seen";
    }

    I receive the error: unexpected identifier: body

    This indicates that the body extension is not supported in ProtonMail Sieve, although it…

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Select all mails after search - proton mail app

    I want to clean my mailbox. So I am searching mail’s from eg info@news.com and want to select all this messages and move them to a folder or delete them. But it’s not possible on iOS mail app. I have to click on every single mail … would save a lot of time! Thank you!

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. in Proton Mail auto-moving to the next message after a mail deletion

    I suggest a new useful enhancement: in Proton Mail, auto-moving to the next message after a mail deletion instead of returning to the mail list. Thanks

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    4 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Standalone Proton To-Do app integrated with Calendar

    Proton To-Do app integrated with Calendar is long pending.. 😉

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Allow Sorting of Contacts by Surname

    Please make provision to sort Contacts by Surname. Sorting by first name only is a bad idea and makes it hard to find a particular contact.

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Optionally mark email as read when archiving

    I'll often go through a bunch of newletters and archive them, often without reading them. When I do, they still appear in 'All Mail' as unread. It would be good to optionally be able to 'Mark Read' when an email is archived.

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Advanced PGP Key Management for Proton Mail Users

    Description

    Currently, Proton Mail allows users to manually add PGP public keys to external addresses only.

    This creates several limitations for users with more complex encryption setups or personal key hierarchies.


    Problem 1: Limited Manual Control

    Users cannot manually specify whether an email should be:

    • Signed only
    • Encrypted only
    • Signed and encrypted

    Instead, Proton Mail enforces a fixed default behavior per contact.

    If a user wishes to change how messages are sent, they must manually adjust the contact’s encryption settings each time.

    This slows down workflows and complicates secure communication.


    Problem 2: External Keys for Proton Addresses

    Some Proton users…

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. I'd like to be able to choose whether to leave past events in color or gray like now.

    You don't just work with the calendar looking forward; you often need to go back, and all the gray makes it difficult to see, especially when you have a lot of calendars and poor eyesight. Google Calendar lets you select how you want to view past events. That's what I need.

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. undo button

    It would be nice to have an undo edit button like most Microsoft programs. A button with a cylindrical arrow that undoes the last edit made, and stores them so one can go back multiple steps. Keyboards are so touchy that, especially if one is not a great typist, is easy to highlight an entire section, for instance, and replace it with the next thing one types. Being able simply to undo a catastrophic mistake rather than having to retype entire paragraphs would be a useful feature. I don't need to be punished for my typing errors--I know my typing…

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Proton Mail & Calendar

Categories