---
title: url
framework: eventkit
role: symbol
role_heading: Instance Property
path: eventkit/ekalarm/url
---

# url

The URL to open when the alarm triggers.

## Declaration

```occ
@property (nonatomic, copy, nullable) NSURL * url;
```

## Mentioned in

Setting an alarm

## Discussion

Discussion Assigning this property a value will set the emailAddress and soundName properties to nil.

## See Also

### Triggering Alarm Actions

- [EKAlarmType](eventkit/ekalarmtype.md)
- [type](eventkit/ekalarm/type.md)
- [emailAddress](eventkit/ekalarm/emailaddress.md)
- [soundName](eventkit/ekalarm/soundname.md)
